@font-face {
    font-family: 'bodycopyitalic';
    src: url('fonts/nunito-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'bodycopy';
    src: url('fonts/nunito-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'bodycopybold';
    src: url('fonts/nunito-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Copy-Bold-italic';
    src: url('fonts/nunito-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'blogfilericons';
    src: url('fonts/blogfilericons-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


/* RESET -----------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
/* 
	font-size: .8em;
	font: inherit;
 */
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 120%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	padding-right:8px;
}
/* RESET ENDE-----------------------------------------*/


:root {  
	--main-color: rgba(178, 98, 74,1);
	--mainbg-color: rgba(196, 139, 105,1);
	--mainbg-color: rgba(211, 150, 113,1);
	--mainbg-color: rgba(218, 138, 130,1);
	--mainbg-color: rgba(205, 153, 116,1);
	--mainbg-color: rgba(215,161,122,1);
	--header-color: rgba(178, 98, 74,.8);
	--header-color: rgba(173, 109, 104,.8);
	--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(98,54,41,1);
	--link-light-color: #ddebff;
	--link-hover-bg-color: rgba(145,80,60,1);
	--link-hover-color: rgba(173, 109, 104,.8);
	--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;
	font-size: 1.2em;
	padding: 6px 0 0 0;
}

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: #fff;
	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;
}
.small-menu {
/* 
	background: none;
	cursor: auto;
	float: right;
	margin:19px 20px 0 20px;
	z-index: 1000;
	height:100px !important;
 */
}

@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;
	}

}

/* Menu */

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

.offset {
	padding-top: 75px;
	margin-top: -75px;
}

.verkehr img {
	height:24px; 
	vertical-align:-4px;
	margin: 0 15px 0 0;
}
.verkehr h3 {
	line-height:100% !important; 
	
}
.icon, [class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: 'blogfilericons';
	font-style: normal;
	speak: none;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	font-size:48px;
	line-height:2px;
	color:#fff;
	position:relative;
	top:2px;
	margin-right:4px;
}
#menu [class^="icon-"]:before, [class*=" icon-"]:before {
	font-size:25px;
	color:#fff;
	position:relative;
	top:4px;
	margin-right:6px;
}
.icon-down:before {
	content: "\201E";
	font-size:72px;
}
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;
}

.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: 20000px;
	overflow: auto;
	top:0;
}
#datenschutz {
/* 
	font-size:15px;
	line-height:150%;
 */
}
.nowrap {
	white-space: nowrap;
}
body {
	font-size: 1em;
	font-family: bodycopy, sans-serif;
	color: #3d3536;
	background-color: white;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

body, html {
	/* important */
	height: 100%;
}
strong {
	font-family: bodycopybold;
}
@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  .buc-fixed-bg h1, .buc-fixed-bg h2 {
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
  }
}

.buc-fixed-bg h1, .buc-fixed-bg h2 {
	position: absolute;
	left: 50%;
	top: 34%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 90%;
	max-width: 800px;
	text-align: center;
	font-size: 2em;
	line-height:100%;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
	color: white;
	-moz-hyphens: none;
	-o-hyphens: none;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	background: var(--header-color);
	padding:20px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
}
a {
	color: var(--link-color);
	text-decoration: none;
	border-bottom: 1px dotted var(--link-color);
}

a:hover {
	color: #fff;
	text-decoration: none;
}
.pngschatten {
	-webkit-filter: drop-shadow(0 0 10px rgba(0,0,0,.3)); 
	-moz-filter: drop-shadow(0 0 10px rgba(0,0,0,.3));
	-ms-filter: drop-shadow(0 0 10px rgba(0,0,0,.3));
	-o-filter: drop-shadow(0 0 10px rgba(0,0,0,.3));
	filter: drop-shadow(0 0 10px rgba(0,0,0,.3));
}
p {
	margin: 0 0 12px 0;
}
em {
	font-family: serifitalic;
}
small {
	font-size:14px;
	line-height:150%;
}
.spalte1, .spalte2 { 
	float: left; 
	background: transparent;
	z-index: 1; 
	width: 47%; 
	margin-right:6%;
}
.spalte2 { 
	float: left; 
	background: transparent;
	z-index: 1; 
	margin-right:0;
}

@media only screen and (max-width: 520px) {
	.spalte1, .spalte2 {
		width:100%; 
		float:none;
	}
}
h1, h2, h3, h4 {
	line-height:100%;
	margin:0 0 16px 0;
}
h1, h2, h3, h4  { 
	color: #fff;
	font-family: bodycopybold, "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	margin: 2px 0 16px -2px;
	opacity:.96;
	font-size: 2.2em;
	line-height: 100%;
}
.downarrowfixed {
	position: fixed;
	z-index: 1;
	top: calc(100% - 100px);
	left: 50%;
	right: auto;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 48px;
	width: 48px;
	/* replace text with image */
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	color: transparent;
	background: transparent url(../img/buc-arrow.svg) no-repeat center center;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.4s, visibility 0.4s;
	-moz-transition: opacity 0.4s, visibility 0.4s;
	transition: opacity 0.4s, visibility 0.4s;
	display:none;
}
.downarrowfixed {
	opacity: 1;
	visibility: visible;
	-webkit-animation: buc-translate 1.2s 0.4s;
	-moz-animation: buc-translate 1.2s 0.4s;
	animation: buc-translate 1.2s 0.4s;
	-webkit-animation-iteration-count: 3;
	-moz-animation-iteration-count: 3;
	animation-iteration-count: 3;
}
@-webkit-keyframes buc-translate {
	0% {
		-webkit-transform: translateX(-50%);
	}
	50% {
		-webkit-transform: translateY(10px) translateX(-50%);
	}
	100% {
		-webkit-transform: translateX(-50%);
	}
}
@-moz-keyframes buc-translate {
	0% {
		-moz-transform: translateX(-50%);
	}
	50% {
		-moz-transform: translateY(10px) translateX(-50%);
	}
	100% {
		-moz-transform: translateX(-50%);
	}
}
@keyframes buc-translate {
	0% {
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	50% {
		-webkit-transform: translateY(10px) translateX(-50%);
		-moz-transform: translateY(10px) translateX(-50%);
		-ms-transform: translateY(10px) translateX(-50%);
		-o-transform: translateY(10px) translateX(-50%);
		transform: translateY(10px) translateX(-50%);
	}
	100% {
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}
button {
	border: none;
	outline: none;
	cursor: pointer;
}
.button, a.button, a.button:visited, input[type=submit], input[type=button] {
	-webkit-appearance: none;
	margin:0;
	font-size: 18px;
	background:#0064AC;
	background:#415D77;
	color:#fff;
	padding: 10px 14px 10px 14px;
	border:1px #333;
	text-align: center;
	width:auto;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;	
	-webkit-border-radius:5px;
	border-radius:5px;
}
.button:hover, a.button:hover, input[type=submit]:hover, input[type=button]:hover {
	background:#4F7290;
}
.downarrow, .downarrowdark {
	position: absolute;
	z-index: 100;
	top: calc(100% - 100px);
	left: 50%;
	right: auto;
	height: 48px;
	width: 48px;
	/* replace text with image */
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	color: transparent;
	background: transparent url(../img/buc-arrow.svg) no-repeat center center;
	display:none;
}
.downarrowdark {
	background: transparent url(../img/buc-arrow-dark.svg) no-repeat center center;
}
.uparrow {
	position: absolute;
	z-index: 100;
	top: calc(100% - 100px);
	left: 50%;
	right: auto;
	height: 48px;
	width: 48px;
	/* replace text with image */
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	color: transparent;
	background: transparent url(../img/buc-arrow-up.svg) no-repeat center center;
	display:none;
}
.stoerer {
	position: absolute;
	top:150px;
	right:40px;
	background:url("../img/stoerer-covid-bastaundco.png") center center / 100% 100% no-repeat ; 
	width:200px;
	height:200px;
	z-index:256;
}
/* --------------------------------	*/
.buc-container {
	width: 90%;
	max-width: 860px;
	margin: auto;
}
.buc-container::after {
	/* clearfix */
	content: '';
	display: table;
	clear: both;
}
.vcenter {
	width:90%;
	max-width:860px;
	margin: auto;
/* 
	transform: translate(-50%, calc(-50% + 60px));
 */
}
/* 
@media screen and ( max-height: 1000px ){
	.vcenter {
		position: relative;
		width:90%;
		max-width:860px;
		margin: 0px auto;
		top: 0;
		left: 0;
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);	}
}
 */
/* ---------------------------------- */
.buc-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background: var(--header-color);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	padding:10px;
	z-index: 2;
}
.buc-header:after {
	content: "";
	display: table;
	clear: both;
}
.buc-header #buc-logo, #buc-logo img {
	float: left;
	margin:0px 0 0 6px;
}
#buc-logo img {
	margin:0 20px 0 0;
}
#buc-logo {
	height:40px;
	width: auto;
}
#buc-logo p {
	color: #fff;
	font-family: bodycopybold;
		-moz-hyphens: none;
	-o-hyphens: none;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}
.termin-btn {
	position:fixed;
	z-index:20000;
	top:210px;
	right:0;
	display:block;
	text-align:center;
	opacity: 0.85;
	background-color:#0596de;
	color:#ffffff;
	font-size:14px;
	overflow:hidden;
	width:100px;
	border-radius:4px 0 0 4px;
	text-decoration:none;
	padding:10px;
	line-height:1.4;
		-moz-hyphens: none;
	-o-hyphens: none;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}
@media only screen and (max-width: 768px) {
	#buc-logo {
		height:24px;
	}
	.buc-header {
		height: 50px;
	}
	#buc-logo p {
		color: #fff;
		font-family: bodycopybold;
			-moz-hyphens: none;
		-o-hyphens: none;
		-webkit-hyphens: none;
		-ms-hyphens: none;
		hyphens: none;
		font-size: 13px;
		line-height: 110%;
	}
	.buc-fixed-bg h1, .buc-fixed-bg h2 {
		font-size: 1.6em;
	}
	.termin-btn {
			top:80%;
			color:#ffffff;
			font-size:12px;
			width:70px;
			padding:10px;
			line-height:1.4;
		}
}
.buc-header #buc-logo img {
	display: block;
}

h2 a {
	color: #fff;
}
h2 a:hover {
	color: var(--link-color);
}

@media only screen and (max-width: 1000px) {
	.buc-main-nav a {
		padding: .6em .5em;
		font-size:16px;
	}
}
@media only screen and (max-width: 800px) {

	.buc-main-nav a {
		padding: .6em .5em;
		font-size:15px;
	}
	.stoerer {
		width:120px;
		height:120px;
	}
}
.formularfeld {
	font-family: bodycopy;
	font-size:18px;;
	width:100%;
	color:#000;
	border:1px solid #aaa;
	padding:5px 5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.nachrichtenfeld {
	font-family: bodycopy;
	font-size:18px;;
	width:100%;
	height:200px;
	color:#000;
	border:1px solid #aaa;
	padding:5px 5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
#fehler, #erfolg {
	background:#B90300;
	color:#fff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
#fehler p, #erfolg p {
	margin:0;
}
#fehler div, #erfolg div {
	padding:10px 12px 12px 12px;
	line-height:125%;
	margin: 0px 0 16px 0;
}
#erfolg {
	background:#005F39;
}
.clear {
	clear:both;
}
.small-menu li {
	margin: 0;
	padding: 0;
	list-style: none;

}
li {	
	margin: 0 0 0 20px;
	padding: 0 0 0px 0px;
	list-style: square;
}
ul {
	margin:0 0 10px 0;
}
.impressum {
	color:#333;
	line-height:120%;
}
hr {
	margin:18px 0 18px 0;
	height: 1px;
	color: #fff;
	border: none;
	border-top: 1px dotted #fff; 
}
.buc-main-content {
	height: 100%;
	position: relative;
	z-index: 1;
}

.buc-fixed-bg {
	position: relative;
	min-height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1;
}
.buc-fixed2-bg {
	position: relative;
	height: 100%;
	width:100%;
	z-index: 0;
}
.text-container {
    position: fixed;
    top: 20%;
    left:50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
     -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);   
    width: 90%;
	max-width: 860px;
	margin: 0px auto;
	z-index: ;
}
.buc-fixed2-bg .buc-container {
	position:fixed;
	width: 90%;
	max-width: 860px;
	margin: auto;
	z-index: 100;
}
.buc-fixed-bg a {
	color:#B5D6FF;
}
.inline-image-left {
	float:left;
	width:50%;
	max-width:198px;
	margin:5px 12px 8px 0;
}



.buc-fixed-bg.buc-bg-1 {
	background-image: url("../img/buc-background-1.jpg");
}
.buc-fixed-bg.buc-bg-2 {
	background-image: url("../img/buc-background-6.jpg");
}
.buc-fixed-bg.buc-bg-3 {
	background-image: url("../img/buc-background-3.jpg");
}
.buc-fixed-bg.buc-bg-4 {
	background-image: url("../img/buc-background-4.jpg");
}
.buc-fixed-bg.buc-bg-5 {
	background-image: url("../img/buc-background-5.jpg");
}
.buc-fixed-bg.buc-bg-6 {
	background-image: url("../img/buc-background-7.jpg");
}
.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 img {
	width: 100%;
	margin: 0 0 24px 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%;
}
.thumbnail img {
  object-fit: cover;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.thumbnail img:hover {
	opacity:.7;
}
.thumbnail-wrapper div {
	width:130px;
	height:130px;
	overflow:hidden;
	float:left;
	margin:0 20px 0 0;
	-moz-border-radius:5px;
	border-radius:5px;
}
.thumbcrop2 {
	width:130px;
	height:130px;
	overflow:hidden;
	margin:0 0 6px 0;
}
.thumbcrop2:hover {
	opacity:.5;
}
.hochformat {
	width:100%;
	  top: 50%;
  transform: translateY(-50%);
}
.querformat {
	height:100%;
	width: auto;
}
.quadratisch {
	width:100%;
	height:100%;
}
.nohyphens {
	-moz-hyphens: none;
	-o-hyphens: none;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}
h2, h3, h4 {
	font-size:32px;
	line-height:120%;
	color:#fff;
	margin: 0 0 24px 0;
}
h3 {
	font-size:24px;
	line-height:120%;
	margin: 0 0 16px 0;
}
h4 {
	font-size:20px;
	line-height:120%;
	margin: 0 0 16px 0;
}
.biglogo {
	width:60%;
	margin:20px 0 20px 0;
	opacity:1;
}
li.active  a {
	color:#000 !important;
}
.checktainer {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checktainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    -webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

.checktainer:hover input ~ .checkmark {
    background:rgba(222,235,255,.5);
}

.checktainer input:checked ~ .checkmark {
    background-color: #2196F3;
    background:rgba(52,130,222,1);

}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checktainer input:checked ~ .checkmark:after {
    display: block;
}

.checktainer .checkmark:after {
    left: 9px;
    top: 5px;
    width: 8px;
    height: 13px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
select {
	font-size:24px;
}
.styledselect {
    border: 1px solid #aaa;
    width: 100px;
    height:30px;
    padding: 0px 8px 3px 8px;
    line-height:0px;
    -webkit-border-radius:4px;
	-moz-border-radius:4px;
    border-radius: 4px;
    overflow: hidden;
    background-color: #fff;
	background: url('../img/select_down.gif') 98% no-repeat;
	background: url('../img/select_down.gif') 98% no-repeat, -moz-linear-gradient(top, #fff, #eee);
	background: url('../img/select_down.gif') 98% no-repeat, -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#eee));
	background: url('../img/select_down.gif') 98% no-repeat, -webkit-linear-gradient(top, #fff, #eee);
	background: url('../img/select_down.gif') 98% no-repeat, -o-linear-gradient(top, #fff, #eee);
	background: url('../img/select_down.gif') 98% no-repeat, linear-gradient(to bottom, #fff, #eee);
    margin: 6px 0 24px 0;
    -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);
}

.styledselect select {
	font-family: bodycopy;
	font-weight:normal;
    font-size:18px;
    width: 100%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    outline:none;
    text-indent: 0.01px;
    text-overflow: '';
}
@media only screen and (min-width: 768px) {
	.buc-fixed-bg h1, .buc-fixed-bg h2 {
		font-size: 2em;
	}
	h2 {
		font-size:40px;
		line-height:140%;
		margin: 0 0 24px 0;
	}
	.inline-image-left {
		float:left;
		width:50%;
		max-width:240px;
		margin:10px 16px 16px 0;
	}
	#tcliste {
		-moz-hyphens: none;
		-o-hyphens: none;
		-webkit-hyphens: none;
		-ms-hyphens: none;
		hyphens: none;
	}
	.checktainer {
		font-size: 22px;
    	padding-left: 35px;
	}

	.checkmark {
		top:8px;
		height: 25px;
		width: 25px;
	}
}
@media only screen and (min-width: 1170px) {
	.buc-fixed-bg {
		background-attachment: fixed;
	}
	.buc-fixed-bg h1, .buc-fixed-bg h2 {
		font-size: 4em;
	}
	.downarrowfixed, .downarrow, .downarrowdark, .uparrow {
		display:block;
	}
		#tcliste {
		-moz-hyphens: none;
		-o-hyphens: none;
		-webkit-hyphens: none;
		-ms-hyphens: none;
		hyphens: none;
	}
	.checkmark {
		top:12px;
	}
}

.buc-scrolling-bg {
	position: relative;
	display: flex;
	min-height: 100%;
	min-width:100%;
	padding: 4em 0;
	line-height: 1.6;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
	z-index: 2;
}
.tc:after {
	content:" ";
}


.buc-scrolling-bg.buc-color-1 {
	background-color: #3d3536;
	color: #a6989a;
}
.buc-scrolling-bg.buc-color-2 {
	background-color: #99a478;
	color: #3d3536;
}
.buc-scrolling-bg.buc-color-3 {
	background-color: var(--mainbg-color);
	color: #3d3536;
}
.buc-scrolling-bg.buc-color-4 {
	background-color: #fff;
	color: #3d3536;
}
@media only screen and (min-width: 768px) {
	.buc-scrolling-bg {
		padding: 5em 0;
		font-size: 20px;
		line-height: 150%;
		font-weight: 300;
	}
}
@media only screen and (min-width: 1200px) {
	.buc-scrolling-bg {
		padding: 5em 0;
		font-size: 20px;
		line-height: 150%;
		font-weight: 300;
	}
}