@import "blogfilericons.css";

@font-face {
    font-family: 'Copy';
    src: url('RobotoSlab-Regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'CopyBold';
    src: url('RobotoSlab-Bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'CopyItalic';
    src: url('Roboto-Italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'CopySansBold';
    src: url('Montserrat-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'CopySansBoldItalic';
    src: url('Montserrat-BoldItalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'CopySans';
    src: url('Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'CopySansMedium';
    src: url('Montserrat-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


:root {  
	--text-color: #777;
	--text-color-color: rgba(126,99,113,1);
	--text-color-white: rgba(255,255,255,1);
	--text-light-color: #666;
	--text-menu-color: #fff;
	--heading-color: rgba(94,74,84,1);  
	--bg-color: #fff;
	--bg-light-color: #fff;
	--link-color: rgba(175,137,157,1);
	--link-light-color: #ddebff;
	--link-hover-bg-color: rgba(126,99,113,1);
	--link-hover-color: rgba(204,160,183,1);
	--box-color: #e9f1fe;
	--my-fonts: 'GloberRegular', "Lucida Grande", "Lucida Sans Regular", Verdana, Helvetica, sans-serif;
}

input#responsive-nav,
label.responsive-nav-label {
  display: none;
}
#navContainer {
	width: 200px !important;
}
p {
	margin:0 0 20px 0;
}
nav {
	float: right;
	width: auto;
	background: none;
}

nav ul {
	margin: 0;
	padding: 0;
}

nav a {
	display: block;
	text-decoration: none;
	border-bottom: none;
}

nav a:hover {
	border-bottom: none;
}

nav ul li {
	position: relative;
	float: left;
	list-style: none;
	color: #fff !important;
	transition: 0.1s;
}

nav ul li a {
	padding: 6px 10px 6px 10px;
	color: #333;
	border-bottom: none;
	text-decoration: none;
}

nav ul li a:hover, nav ul li:hover, nav ul ul li:hover {
	color:#fff !important;
}

nav ul > li.submenu > a:after {
	position: relative;
	float: right;
	content: '';
	margin-left: 5px;
	margin-top: 5px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #000;
	border-bottom: 5px solid transparent;
	z-index: 5000;
}
nav ul li a:hover, nav ul li:hover, nav ul ul li:hover, nav ul li:hover::after {
  color:#fff !important;
  border-top-color: #fff;

}
nav ul > li.submenu > a:hover::after {
  border-top-color: #fff;

}
nav .current a, nav li:hover > a, nav .current a::after, nav li:hover > a::after {
	background: var(--link-hover-bg-color);
	color: #fff !important;
	border-top-color: #fff !important;
}
nav ul ul li.submenu > a:after {
	margin-left: auto;
	margin-right: -10px;
	color:#fff !important;

}

nav ul li:hover {
	background: var(--link-hover-bg-color);
}

nav ul ul {
	position: absolute;
	top: -9999px;
	left: -9999px;
	background: var(--link-hover-color);
	box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.2);
}

nav ul ul li {
	float: none;
	width: auto;
	white-space:nowrap;
	color:#fff !important;
}

nav ul ul li a {
	padding: 10px 20px;
	border-bottom: none;
	text-decoration: none;
	color:#fff !important;
}

nav ul ul li:last-child {
	border-bottom: none;
}

nav ul li:hover > ul {
	top: 100%;
	left: 0;
	color:#fff !important;
}

nav ul ul li:hover > ul {
	top: 0;
	left: 200px;
}

@media screen and (max-width: 900px) {
  
	label.responsive-nav-label {
		position: relative;
		top:-14px;
		font-size:30px;
		display: block;
		padding: 20px;
		background: transparent;
		cursor: pointer;
		color: #000;
		float:right;
	}
  
	label.responsive-nav-label span {
		margin: -6px 0 0 0;  
	}

	nav {
		position: relative;
		left:0 !important;
		top: -9999px;
		padding: 10px;
		float:left;
		width:100%;
	}
	nav ul {
		position: relative;
		z-index:5000;
	}
	input#responsive-nav[type=checkbox]:checked ~ nav {
		position: relative;
		top: 0;
		left:0;
	}

	nav a:after {
	}

	nav li {
		float: none !important;
		width: 100% !important;
		border-bottom: none !important; 
		color:#fff;
	}
  
	nav li a {
		margin-bottom: 2px !important;
		padding: 10px 20px !important; 
		background: #4a4a4a;
		color:#fff;
	}
  
	nav ul li:hover {
		background: none;
	}
	nav ul li a {
		color: #fff;
	}
	nav ul li a:hover {
		background: var(--link-hover-bg-color);
	}
  
	nav ul ul {
		position: relative !important;
		width: 100% !important;
		left: 0 !important;
		top: 0 !important;
		background: none !important;
		box-shadow: none;
		color:#fff;
		z-index: 5000;
	}
  
	nav ul ul li {
		padding-left: 20px;
	}

}
#hidden {
	display:none;
}
.bio-box, .bio-box-single {
	position:relative;
	width:100%;
	height:500px;
}
.bio-box-single {
	height:auto;
}
.bio-image {
	height:300px;
	width: 100%;
}
.bio-image > img {
	background-size: cover;
}
div > div.bio-content {
	padding:20px;
}
div > div.bio-box {
	border: 1px solid #ddd;
}
div > div.bio-box-single {
	border: 1px solid #ddd;
}
.hero-banner .hero-image {
	height: 640px ;
	max-width: 100%;
}

.hero-banner-small .hero-image-small {
	height: 200px ;
	max-width: 100%;
}
.hero-content {
	padding: 0px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  	width: 90%;
	max-width: 1000px;
	margin: 0px auto;
}

.hero-image, .hero-image-small {
	background-size: cover; 
}

.hero-content-middle {
	top: 49%;
	-ms-transform: translateY(-49%);
	transform: translateY(-49%);
	-webkit-font-smoothing: antialiased !important;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.hero-banner-small .hero-content-middle {
	top: 64%;
	-ms-transform: translateY(64%);
	transform: translateY(-64%);

}
.hero-content-top {
	top: 100px;
	-webkit-font-smoothing: antialiased !important;

}
.hero-title {
	font-family: 'CopySansBold';
	font-size: 60px;
	margin-bottom: 16px;
	line-height:100%;
	color: var(--heading-color); 
}
@media (max-width: 760px) {
	.hero-title {
		font-size: 36px; 
	} 
}
.hero-subtitle {
	font-size: 25px;
	font-family: 'CopySansBold';
	text-transform: uppercase;
	margin-top: 0;
	color: #353d47; }

.hero-description {
	font-size: 18px;
	line-height: 150%;
	width:50%;
	max-width: 300px;
	color: var(--text-color-white); 
}
.main-wrapper {
	width: 90%;
	max-width: 1000px;
	margin: 40px auto 20px auto;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	color: var(--text-color);
}

select {
    font-size: 16px;
    color: #444;
    line-height: 1.3;
    padding: 6px 28px 6px 10px;
    width: auto;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #aaa;
    border-radius: 4px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url(../images/select.svg) right 8px center no-repeat, linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
     background-size: 10px, cover;
    -webkit-box-shadow:	0px 0px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 	0px 0px 2px rgba(0, 0, 0, .2);
	box-shadow: 		0px 0px 2px rgba(0, 0, 0, .2);
}

h1, h2, h3, h4, h5, h6  { 
	color: var(--heading-color);
	font: normal 64px/100% CopySansBold, "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 48px;
	margin: 2px 0 16px -2px;
	-webkit-transition:linear 0.3s;
	-moz-transition:linear 0.3s;
	-o-transition:linear 0.3s;
	transition:linear 0.3s;
	opacity:.96;
	line-height: 120%;
}
h2  { 
	font-size: 40px;
}
h1 em, h2 em, h3 em, h4 em {
	font-family: "CopySansBoldItalic";
	font-style: normal;
}
h3  { 
	font-size: 30px;
	margin: 0 0 12px 0;
}
h4  { 
	font-size: 24px;
	margin: 0 0 12px 0;
}
h5  { 
	font-size: 20px;
	margin: 0 0 6px 0;
}
h6  { 
	font-size: 18px;
	margin: 0 0 2px 0;
}
em {
	font-family: CopyItalic;
	font-style: normal;
}
small {
	font-size:14px;
	line-height: 100% !important;
}
.offset {
	padding-top: 75px;
	margin-top: -75px;
}
.aboutimg {
	width: 100px;
}
#topbutton {
	position: fixed;
	background: transparent url("../images/topofpage.svg") top left no-repeat;
	display:none;
	right: 3%;
	bottom: 4%;
	width:50px;
	height:50px;
	z-index:1000;
    -moz-opacity:0.5; 
    -khtml-opacity: 0.5; 
    opacity: 0.5;
    -webkit-transition:linear 0.2s;
	-moz-transition:linear 0.2s;
	-o-transition:linear 0.2s;
	transition:linear 0.2s;
}
#topbutton:hover {
    -moz-opacity:1; 
    opacity: 1; 
	-webkit-transition:linear 0.2s;
	-moz-transition:linear 0.2s;
	-o-transition:linear 0.2s;
	transition:linear 0.2s;
}
.swf {
	width:100%;
	padding-top:90% !important;
	position:relative;
}

.swf object {
	position:absolute;
	toP:0;
	left:0;
	bottom:0;
	right:0;
}
.prehead {
	font-size:22px;
	text-transform:uppercase;
	letter-spacing:2px;
}
strong {
	font-family: CopyBold;
	font-weight: normal;
}
.rundeecken {
    border-radius:3px;
}
.spalten-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    justify-content: space-between;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
}
.spalten-wrapper-drittel {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 40px;
}
.spalten-wrapper div {
	margin: 0;
	padding: 0;
}
.spalten-wrapper-klein {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    justify-content: space-between;
    grid-gap: 40px;

}
.thumbnail-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    justify-content: space-between;
    grid-gap: 20px;
}
.thumbnail {
	width:100%;
}
.hidden {
	position:relative;
	transition: all .5s ease-out;
	opacity: 0.6; 
	max-height: 0px;
	overflow: hidden;
	top:-20px;
}
.visible {
	position:relative;
	transition: all .5s ease-out;
	opacity: 1;
	max-height: 2000px;
	overflow: auto;
	top:0;
}
blockquote {
	padding: 0px 8px 0px 16px;
	margin: 8px 0px 8px -3px;
	background: transparent url('../img/quote.svg') 0px 0px no-repeat;
	background-size: 120px;
	min-height:64px;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 1);

}


.menu-header-start.prefade {
	-webkit-transition: background linear 0.2s;
	-moz-transition: background linear 0.2s;
	-o-transition:background linear 0.2s;
	transition:background linear 0.2s;
	background:rgba(255,255,255,0);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0);
}
.menu-header-start.halb {
	-webkit-transition: background linear 0.2s;
	-moz-transition: background linear 0.2s;
	-o-transition:background linear 0.2s;
	transition:background linear 0.2s;
	background:rgba(255,255,255,0.5);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0);
}
.menu-header-start.active {
	-webkit-transition: background linear 0.2s;
	-moz-transition: background linear 0.2s;
	-o-transition:background linear 0.2s;
	transition:background linear 0.2s;
	background:rgba(255,255,255,.98);
	box-shadow: 0 2px 19px 9px rgba(0, 0, 0, .2);

}

.more::after {
    position: relative;
    content: "";
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    border-right: 2px solid var(--link-color);
    border-top: 2px solid var(--link-color);
    transform: rotate(45deg);
    margin: 0 0 0 5px;
    top:-2px;
}
.mySlides {
/* 
  	display:none;
 */

}

.fade {
	animation: fader;
}

@-webkit-keyframes fader {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fader {
  from {opacity: .4} 
  to {opacity: 1}
}

.fadein {
	display: block;
	animation: fade_in 1s;
}

@-webkit-keyframes fade_in {
  from {opacity: 0} 
  to {opacity: 1}
}

@keyframes fade_in {
  from {opacity: 0} 
  to {opacity: 1}
}
.fadeout {
     display: none;
     animation: fade_out 1s;
}

@-webkit-keyframes fade_out {
  from {opacity: 1} 
  to {opacity: 0}
}

@keyframes fade_out {
  from {opacity: 1} 
  to {opacity: 0}
}
/* Menu */

body#start a#start-nav,
body#start a#start-nav::after,
body#aktuelles a#aktuelles-nav,
body#infos a#infos-nav,
body#infos a#infos-nav::after,
body#nuetzliches a#nuetzliches-nav,
body#kontakt a#kontakt-nav, 
body#ueberuns a#ueberuns-nav,
body#ueberuns a#ueberuns-nav::after,
body#aerzte a#aerzte-nav,
body#veranstaltungen a#veranstaltungen-nav,
body#impressum a#impressum-nav,
body#impressum a#impressum-nav::after,
.selected {
	background: var(--link-hover-bg-color);
	color:#fff !important;
	border-top-color: #fff;
}


.clear {
	clear:both;
}
.bilderleiste {
	float:right;
	margin:0 0px 0 30px !important;
	width:100%;
	max-width:420px;
}
.formularfeld {
	font: 22px/150% Copy, "Lucida Grande", Verdana, Helvetica, sans-serif ;
	font-size:18px;;
	width:100%;
	color:#000;
	border:1px solid #aaa;
	padding: 6px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
}
.nachrichtenfeld {
	font: 22px/150% Copy, "Lucida Grande", Verdana, Helvetica, sans-serif ;
	font-size:18px;;
	width:100%;
	height:200px;
	color:#000;
	border:1px solid #aaa;
	padding:8px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
		box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
}
hr {
	margin: 36px 0;
}
#achtung, #erfolg, .achtung {
	background:#B90300;
	color:#fff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
#achtung p, #erfolg p {
	margin:0;
}
#achtung div, #erfolg div, .achtung {
	padding:4px 12px 10px 12px;
	line-height:100%;
	margin: 0px 0 16px 0;
	width:auto;
}
#erfolg {
	background:#005F39;
}
input[type=checkbox] {
	transform: scale(2);
	margin: 0 16px 0 6px;
	padding:20px;
	vertical-align: middle;
	position: relative;
	bottom: 2px;
}
.w100 {
	margin:0px 0px 10px 0px;
	border: none;
	width:100%;
	max-width:960px;
}
.w60 {
	margin-bottom: 10px;
	border: none;
	width:60%;
	max-width:500px;
}
.w50 {
	margin-bottom: 10px;
	border: none;
	width:50%;
	max-width:480px;
}
.w25 {
	margin-bottom: 10px;
	border: none;
	width:25%;
	max-width:240px;
}
.w48 { 
	margin-bottom: 10px;
	border: none;
	width:48%;
	max-width:310px;
}
.w40 { 
	margin-bottom: 10px;
	border: none;
	width:40%;
	max-width:256px;
}
.w30 { 
	margin-bottom: 10px;
	border: none;
	width:30%;
	max-width:213px;
}
.w33 { 
	margin-bottom: 10px;
	border: none;
	width:33%;
	max-width:400px;
}
.w20 { 
	margin-bottom: 10px;
	border: none;
	width:20%;
	max-width:128px;
}
.imglink {
	background:none;
	text-decoration: none;
	border: none;
	background: none;
	padding:0;
	margin:0;
}
.imglink:hover {
	color: #aaa; 
	background:none;
}
.bildlinks {
	float:left;
	margin:8px 40px 3px 3px !important;
	border: none;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.bildrechts {
	float:right;
	margin:5px 0px 3px 36px;
	border: none;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
a.bild, a.lightbox {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in; 
	text-decoration: none;
	border-bottom: 0px !important;
	background: none;
	padding:0 !important;
	margin:0 !important;
	top:0 !important;
	box-sizing: content-box;
	width:100%;
	height:calc(100% - 20px);
}
.bild {
/* 
	margin: 10px 0 20px -10%;
	width:120%;
 */
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	/* box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); */
}
.schatten {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.button, .btn, a.button, a.button:visited, input[type=submit], input[type=button], .button-small, #fsk3jhi > section > div:nth-child(8) > a {
	-webkit-appearance: none;
	font-family: CopySans, "Lucida Grande", Helvetica;
	margin:0;
	font-size: 20px;
	background:var(--link-hover-bg-color) !important;
	color:#fff !important;
	padding: 8px 15px 9px 15px;
	border:none;
	text-align: center;
	width:auto;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;	
	-webkit-border-radius:5px;
	border-radius:5px !important;
	cursor:pointer;

}
.button-small {
	display:block;
	width:100%;
	max-width:400px;
	font-size: 16px;
	padding: 8px 12px 8px 12px;
	margin:0 0 -8px 0;
}
.button:hover, a.button:hover, input[type=submit]:hover, input[type=button]:hover, .button-small:hover, a.button-small:hover, a.btn:hover, #fsk3jhi > section > div:nth-child(8) > a:hover {
	background:var(--link-hover-color) !important;
	border:none;
	cursor: pointer;
}
#fsk3jhi, .loginButton {
/* 
	font-family: Copy !important;
 */
}
.loginButton, .navContainer {
	text-transform: capitalize !important;
	font-size: 20px !important;
	width: auto !important;
}
.menu-header, .menu-header-start {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	background:rgba(255,255,255,.98);
	box-shadow: 0 2px 19px 9px rgba(0, 0, 0, .05);
	box-shadow: 0 2px 19px 9px rgba(0, 0, 0, .2);
	padding:0;
	z-index: 2000;
	font-size:18px;
	line-height:100%;
}


/* Forms ------------------------------------------------ */

#main.form form section{
	border:1px solid var(--heading-color);
	padding:2% 2% 0;
	margin-top:20px;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	-khtml-border-radius:9px;
	border-radius:9px;
}

#main form section div{
	margin:0 0 20px;
}
	
#main form section div.formButtons, #main form section div.veri {
	margin-left:47%;
}
	
#main form section div label, #main form section div input{
	display:inline-block;
	vertical-align:middle;
}
		
#main form section div label {
	text-align:right;
	width:45%;
	padding-right:2%;
}
		
#main form section div.formText label, #main form section div.formSelect label{
	margin-bottom:8px;
}
		
#main form section div input,
#main form section div select,
#main form section div textarea{
	margin:0;
	border:1px solid var(--heading-color);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	padding:5px;
	font-size: 19px;;
}
		
#main form section div.formRadio input,
#main form section div.formCheck input{
	border:none;
}
#main form section div.formRadio {
	margin:0 0 6px;
}
#main form section div.formRadio input{
	margin-top:2px;
}

#main form section div.formText input{
	margin-top:0;
	width:45%;
	max-width:260px;
	margin: 0 0 6px 0;
}

#main form section div.formSelect select {
	font-size:15px;
	width:auto;
	max-width:45%;
	padding: 4px 26px 4px 10px;
    width: auto;
    box-sizing: border-box;
    background-size: 9px, cover;
}
#main form section div.formTextarea textarea {
	font-size:15px;
	width:45%;
	min-width:50px;
	max-width:380px;
}
#main form section div.formTextarea label{
	vertical-align:top;
}

#main form section div.formTextarea textarea{
	width:45%;
	font-size:15px;
}

#main form section.rechenErgebnis div.formText input,
#main form section.rechnen div.formText input,
#main form section div.formText input.datepicker,
#main form section div.formText input.datepicker2,
#main form section div.formText input.smallInput{
	width:22%;
	max-width:140px;
}

#main form section div input.error,
#main form section div textarea.error{
	border-color:red;
	background:#FFDFDF;
}


#main form section div label.error{
	color:red;
	font-weight:normal;
	margin-left:150px;
	margin-top:0px;
	text-align:left;
	/* 
	padding-right:70px;
	*/
	width:auto;
	float:right;
	width:54%;
	display:block;
}

#main form section div.formButtons button,
#main form section div.formButtons a{
	background:var(--link-color);
	border:1px solid #fff;
	margin-right:5px;
	color:#fff;
	padding:8px;
	font-size:19px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
}

#main form section div.formButtons button{
	/* 
	height:27px;
	padding:0 4px
	*/
}

#main form section div.formButtons a{
	padding:6px 9px 6px 9px;
	display:inline-block;
}

#main form section div span{
	margin-left:2px;
}

#main form section div h3 {
	width:45%;
	text-align:right;
	padding-right:2%;
}
.ui-helper-hidden, #sb-container{
	display:none;
}
div#ui-datepicker-div.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
	display:none;
}




@media screen and (max-width: 1000px) {

}
.menu-header:after, .menu-header-start:after {
	content: "";
	display: table;
	clear: both;
}
.main-footer {
	position: relative;
	width: 100%;
	min-height: 100px;
	background: rgba(247, 245, 247, 1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	padding:30px 0 40px 0;
	margin: 30px 0 0 0;
	z-index: 250;
	font-size:15px;
	line-height:150%;
	text-align:left;
}

.menu-header .menu-logo, .menu-header-start .menu-logo {
	float: left;
	margin:25px 0 0 18px;
	color: var(--text-color-color);
	position:absolute;
	font-family:Copy;
}
.menu-logo a {
	padding:5px 7px 6px 7px;
	background:none;
	color:#333;
	border:none;
}

.menu-header .menu-logo img, .menu-header-start .menu-logo img {
	display: block;
}
.logo {
	float: left;
	margin: -16px 10px 0 20px;
	width:50px;
	height:50px;

}
.small-menu {
	background: none;
	cursor: auto;
	float: right;
	margin:19px 20px 0 20px;
	z-index: 1000;
	height:100px !important;
}
.buc-main-nav a:hover, .menu-logo a:hover {
	color: #fff !important; 
	text-decoration: none;
	background:var(--link-hover-bg-color);
	-webkit-transition:linear 0.1s;
	-moz-transition:linear 0.1s;
	-o-transition:linear 0.1s;
	transition:linear 0.1s;
	text-shadow:none;
	border:none;
}
/* -------------------------------- 

Primary style

-------------------------------- */
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 19px;
  font-family: "Copy", sans-serif;
  color: var(--text-color);
  background-color: white;
  margin:0;
  padding:0;
  line-height:150% !important;
}
/* 

body, html {
  height: 100%;
}
 */

a {
  color: var(--link-color);
  text-decoration: none;
  border-bottom: 1px solid #ccc; 
}
a:hover {
  border-bottom: 1px solid #333;
  color: var(--link-hover-bg-color);
}
a.imglink {
	text-decoration: none;
	border: none;
	background: none;
	padding:0;
	margin:0;
}
a.imglink:active {
	position:relative;
	top: 0px;
}

/* -------------------------------- 


-------------------------------- */
.cd-container {
  width: 90%;
  max-width: 808px;
  margin: 0 auto;
  padding: 20px;
  background: rgba(255, 255, 255, 0.06);
  z-index: 200;
  border-radius:5px;
  position:relative;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------- 


-------------------------------- */
.cd-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.cd-header:after {
  content: "";
  display: table;
  clear: both;
}
.cd-header #cd-logo {
  float: left;
  margin: 13px 0 0 5%;
}
.cd-header #cd-logo img {
  display: block;
}
@media only screen and (min-width: 768px) {
  .cd-header {
    height: 70px;
  }
  .cd-header #cd-logo {
    margin: 23px 0 0 5%;
  }
}

.cd-main-nav {
  float: right;
  margin-right: 5%;
  width: 44px;
  height: 100%;
  background: url("../img/cd-icon-menu.svg") no-repeat center center;
  background-size: 44px 44px;
  cursor: pointer;
}
.cd-main-nav ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.cd-main-nav ul.is-visible {
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.cd-main-nav a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding-left: 5%;
  background: #2f292a;
  border-top: 1px solid #453c3d;
  color: #8e7d7f;
}


.cd-main-content {

  height: 100%;
  position: relative;
  z-index: 1;
  margin: 0;
  padding:0;
}
.f100 {
	width:100%;
	padding:6px;
}

@media only screen and (min-width: 768px) {
  .cd-fixed-bg h1 {
    font-size: 92px;
  }
  .zitat h1 {
	width: 70%;
    font-size: 58px;
  }  
  .cd-fixed-bg h2 {
    font-size: 36px;
  }

    .cd-fixed-bg h3 {
    font-size: 24px;
  }
}

 
.inaktiv {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: #999;
}
#stoerer {
	position: absolute;
	top:300px;
	right:40px;
	background:url("../images/stoerer-aktuelles.png") center center / 100% 100% no-repeat ; 
	width:200px;
	height:200px;
	z-index:10000;
}
#stoerer img, #stoerer a {
	cursor: pointer;
}

.anker {
	padding-top: 48px;
	margin-top: -48px;
}
.hilite {
	background:#F77D0A;
	color:#fff;
	padding:1px 6px 4px 6px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.hilite2 {
	background:#ddfe94;
	padding:1px 6px 4px 6px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

@media only screen and (max-device-width: 480px), (max-width:720px) { /* iPhone etc. */
	body {
	  font-size: 14px;
	}
	.hero-banner .hero-image {
		height: 440px ;
		max-width: 100%;
	}
	.hero-banner-small .hero-image-small {
		height: 180px ;
		max-width: 100%;
		background-repeat: no-repeat; 
		background-position: center center; 
		background-size: cover !important;
	}
	.hero-description {
		font-size: 16px;
		line-height: 150%;
		width:80%;
	}
	.hero-content-middle {
		top: 70%;
		-ms-transform: translateY(-70%);
		transform: translateY(-70%);
	}
	.hero-banner-small .hero-content-middle {
		top: 80%;
		-ms-transform: translateY(-80%);
		transform: translateY(-80%);
	}
	.bilderleiste {
		float:none;
		width:100%;
	margin:0 !important;
	width:100%;
	max-width:520px;

	}
	h1, h2, h3, h4  { 
		-moz-hyphens: auto;
		-o-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		-hyphens: auto;
	}
	h1 {
		font-size: 28px;
	}
	h2 {
		font-size: 22px;
	}
	h3 {
		font-size: 18px;
	}
	h4 {
		font-size: 18px;
	}
	h2 em {
		font-family: "CopyBoldItalic";
		font-size: 18px;
		font-style: normal;
	}
	.spalte1, .spalte2 {
		width: 100%;
		float:none;
	}

	.menu-header .menu-logo img, .menu-header-start .menu-logo img {
		display: block;
	}
	.logo {
		float: left;
		margin: -16px 0px 0 0px;
		width:50px;
		height:50px;
	}
	.menu-header .menu-logo, .menu-header-start .menu-logo {
		float: left;
		margin:26px 0 0 18px;
		font-size:15px;
		
	}

	.bio-box, .bio-box-single {
		height:auto;
	}
	.buttoncontainer {
		grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
		margin:20px 0 0 0;
	}
	.button, a.button, a.button:visited, input[type=submit], input[type=button] {
		font-size: 16px;
		padding: 8px 12px 8px 12px;
	}

	.icon, [class^="icon-"]:before, [class*=" icon-"]:before {
		font-size:60px;
	}
	.icon-arrow-down:before {
		font-size: 60px;
	}
	.icon-arrow-up:before {
		font-size: 60px;
	}
	.icon-arrow-circledown:before {
		font-size: 40px;
	}
	#stoerer {
		width:120px !important;
		height:120px !important;
	}
	.small-menu {
		margin:16px 0 0 20px;
		height:100px !important;
	}
	
}
@media only screen and (max-width: 1000px) {
	.menu-header, .menu-header-start {
		font-size:15px;
		line-height:100%;
	}
	body {
	  font-size: 16px;
	}
}