b, strong { font-weight: 600; }

body {  hyphens: auto; 
hyphenate-limit-chars: 10 4 4;
  -webkit-hyphens: auto;
  -ms-hyphens: auto}

.kachelpadder2 {
    padding: 2px;
}

.sdginner {
    height: 50px;
}


/* Datepicker */
.input-group { width: 85%; }
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { 
	background-color: #FFFFFF; 
	border-radius: 0px; 
	height: 38px; 
	padding: 1px 0px 1px 2px; 
	font-size: 18px; 
	color:#333333; 
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #333333;
    text-align: center;
    background-color: transparent;
    border: 1px solid #cccccc;
    border-radius: 0px;
}
.datetimepicker.datetimepicker-dropdown-bottom-right.dropdown-menu {
    padding: 5px; 
    margin: 0px 0px 0px 0px;
    border: 0px solid #d8d8d8;
    border-radius: 0px;
    background-color: #FFFFFF;
}

/* Farbverhalten CONTAINER und COLS etc. */
.coloring { background-color: #FFFFFF; }
.coloring2 { background-color: #F4F4F4; }
.coloring-balken { background-color: #CCE6F3; border-top: 1px solid #FFFFFF; padding-top: 20px; padding-bottom: 20px; }

.scroll-top-wrapper { /* TO-TOP-BUTTON | nur in DESKTOP Ansicht sichtbar*/
		position: fixed;
		opacity: 0;
		visibility: hidden;
		overflow: hidden;
		text-align: center;
		z-index: 9999998;
		background-color: #FFFFFF;
		color: #0082C0;
		width: 44px;
		height: 44px;
		line-height: 44px;
		right: 30px;
		bottom: 50px;
		padding-top: 0px;
		border-top-left-radius: 22px;
		border-top-right-radius: 22px;
		border-bottom-right-radius: 22px;
		border-bottom-left-radius: 22px;
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
		}
.scroll-top-wrapper:hover { background-color: #A2C800; color: #FFFFFF; }
.scroll-top-wrapper.show { visibility:visible; cursor:pointer; opacity: 1.0; }
.scroll-top-wrapper i.fa { line-height: inherit; }

/* Transparenz Button HOVER bei Links */
.btn:hover,
.btn:focus { filter: alpha(opacity = 100); -ms-filter: "alpha(opacity = 100)"; opacity: 1.0; }

/* Breadcrump */
.breadcrumb { padding: 10px 0px; margin-bottom: 0px; list-style: none; background-color: transparent; border-radius: 0px; }
.breadcrumb > li + li:before { /* Trenner */
  padding: 0 5px;
  color: #CCCCCC;
  content: "/\00a0";
}

/* ABSTAND DER BOXEN ZUEINANDER */
.abstand { margin-bottom: 30px; }

.fullbgimage 	{ z-index: 1; background-position: center center; width: 100%; height: 100%; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; } 
.fullmap	 	{ background-color: rgba(0, 0, 0, 0.08); }

.kachel 		{ background-color: #9fc63e; padding: 0px 15px; display: -webkit-flex; display: flex; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; color: #FFFFFF; font-weight: 600; position: relative; width: 100%; text-align: center;
}
.kachel:hover 	{ background-color: #afd945; }
.kachel div		{ align-self: center; }

.kachelpadder1 		{ padding-left: 13px; padding-right: 13px; }
.kachelpadder2 		{ padding: 2px; }

/* MOGLICHE BOXMODELLE */
.linkbox { background-color: #A2C800; font-weight: 600; color: #FFFFFF; text-shadow: 1px 1px 2px rgba(52, 77, 88, 1); -webkit-box-shadow: 0px 0px 0px 0px rgba(204, 204, 204, 0); -moz-box-shadow: 0px 0px 0px 0px rgba(204, 204, 204, 0); box-shadow: 0px 0px 0px 0px rgb(204, 204, 204, 0); -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.linkbox:hover { background-color: #0082C0; }
.linkboxpad:after { position: absolute; right: 20px; top: 20px; font-family: 'FontAwesome'; content: '\f054'; color: #FFFFFF; font-size: medium; }

.abstand > a > .box-title:after { position: absolute; right: 9px; top: 7px; font-family: 'FontAwesome'; content: '\f054'; color: #FFFFFF; font-size: medium; text-shadow: 1px 1px 2px rgba(52, 77, 88, 1); }

.square { position: relative; width: 100%; }
.square:after { content: ""; display: block; padding-bottom: 100%; }
.content { position: absolute; width: 100%; height: 100%; }

.bg1 { background-image: url(../design/welt01.png); background-repeat: no-repeat; background-position: top left; }
.bg2 { background-image: url(../design/welt02.png); background-repeat: no-repeat; background-position: bottom right; }
.bg3 { background-image: url(../design/welt03.png); background-repeat: no-repeat; background-position: top right; }

.box { width: 100%; background-color: #CCE6F3; text-align: left; position: relative; padding: 30px; border-radius: 3px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.box:hover { background-color: #0082c0; }

.box-hinweis { width: 100%; background-color: #A2C800; text-align: left; position: relative; border-radius: 3px; }
.box-hinweis a.button:hover > .btn	{ background-color: #FFFFFF; color: #A2C800; }

.box-highlight { width: 100%; background-color: #F6F5F3; text-align: left; position: relative; padding: 35px; border-radius: 3px; }
.coloring2 .box-highlight { background-color: #FFFFFF; }
.box-hellblau { width: 100%; background-color: #CCE6F3; text-align: left; position: relative; border-radius: 3px; }

.box-title { width: 100%; background-color: #A2C800; text-align: left; position: relative; padding: 30px; border-radius: 3px; }
.box-title span { color: #FFFFFF; text-shadow: 1px 1px 1px rgba(52, 77, 88, 1); }
.box-title hr { margin-top: 7px; margin-bottom: 7px; width: 25%; border: 0; border-top: 1px solid #FFFFFF; margin-left: 0; box-shadow: 1px 1px 1px rgba(52, 77, 88, 0.6); }

.box-center { width: 100%; background-color: #FFFFFF; text-align: center; position: relative; padding: 30px; box-shadow: 0px 0px 5px 0px rgba(28, 28, 28, 0.2); -webkit-box-shadow: 0px 0px 5px 0px rgba(28, 28, 28, 0.2); -moz-box-shadow: 0px 0px 5px 0px rgba(28, 28, 28, 0.2); }
.box-center:hover { box-shadow: 0px 0px 10px 0px rgba(28, 28, 28, 0.3); -webkit-box-shadow: 0px 0px 10px 0px rgba(28, 28, 28, 0.3); -moz-box-shadow: 0px 0px 10px 0px rgba(28, 28, 28, 0.3); }

.box-sicherheit { width: 100%; background-color: #FFFFFF; text-align: left; position: relative; padding: 10px; border: 1px solid #cccccc; }
.box-sicherheit:hover { border: 1px solid #8ea419; }

.bild { z-index: 2; position: absolute; width: 100%; height: 100%; filter: alpha(opacity = 60); -ms-filter: "alpha(opacity = 60)"; opacity: .60; background-color: #000000; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.bildtext { z-index: 3; position: absolute; width: 100%; height: 100%; left: 0; padding-left: 50px; padding-right: 50px; }
.bildtext:hover + .bild { filter: alpha(opacity = 40); -ms-filter: "alpha(opacity = 40)"; opacity: .40; }

/* MixItUp */
#Container .mix { display: none; }
.mixinner{ width: 100%; background-color: #FFFFFF; text-align: center; position: relative; padding: 30px; box-shadow: 0px 0px 5px 0px rgba(28, 28, 28, 0.2); -webkit-box-shadow: 0px 0px 5px 0px rgba(28, 28, 28, 0.2); -moz-box-shadow: 0px 0px 5px 0px rgba(28, 28, 28, 0.2); }
.mixinner:hover { box-shadow: 0px 0px 10px 0px rgba(28, 28, 28, 0.3); -webkit-box-shadow: 0px 0px 10px 0px rgba(28, 28, 28, 0.3); -moz-box-shadow: 0px 0px 10px 0px rgba(28, 28, 28, 0.3); }

/* CAROUSEL TEXT-FEATURES */
.sliderpos 		{ position: relative; z-index: 3; width: 100%; }
.sliderbg 		{ background-color: #000000; filter: alpha(opacity = 80); -ms-filter: "alpha(opacity = 80)"; opacity: .80; padding: 30px; }

/* PAGINA */
.carousel-indicators { bottom: 20px; }
.carousel-indicators li { width: 16px; height: 16px; margin: 0px; background-color: #FFFFFF; border: 0px solid #fff; border-radius: 10px; }
.carousel-indicators .active { width: 16px; height: 16px; margin: 0; background-color: #2686b8; }

/* Ausklappfunktion */
.klappbox 			{ border-top: 0px dashed #D6B469; border-radius: 3px; }
.klappboxhead 		{ background-color: #A2C800; padding: 15px 15px 15px 0px; border-bottom: 0px solid transparent; border-radius: 0px; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; width: 100%; }
.klappboxhead:hover { background-color: #0082C0; }
.klappboxbody		{ overflow: hidden; }

/* Input-Group Formularfelder */
.btn-primary 					{ color: #FFFFFF; background-color: #1fa02d; }
.btn-primary:hover 				{ background-color: #2686b8; }
.input-group > .form-control 	{ height: 41px; padding: 2px 8px; font-size: 12px; border-radius: 0px 0px 0px 0px; background-color: #FFFFFF; }
.input-group-btn > .btn 		{ max-height: 41px; padding: 13px 14px 15px 14px; font-size: 13px; line-height: 13px; border-radius: 0px 0px 0px 0px; border: 0px solid transparent; }
.file-actions 					{ display: none; }
.input-group-btn > .fileinput-upload-button 		{ display: none; }
.input-group-btn > .fileinput-remove-button 		{ filter: alpha(opacity = 80); -ms-filter: "alpha(opacity = 80)"; opacity: .80; color: #FFFFFF; background-color: #1fa02d; }
.input-group-btn > .fileinput-remove-button:hover 	{ background-color: #2686b8; }







/* Extra-kleine Geräte (Smartphones, weniger als 768px (col-xs-)) */
/* Kein Media-Query, weil dies der Standard in Bootstrap ist */
.nullpadding2 { padding: 0px 0px 0px 0px; }
.btnwidth { margin: 0px 0px 15px 0px; width: 100%; }
.zeigen { width: 25%; display: block; float: right; text-align: right; margin-top: 10px; }

/* FullHeight-Techniken topLeft, top, top,Right */
.fullheight { display: block; 
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover; 
	z-index: 1; position: relative; top: 0; right: 0; bottom: 0; left: 0; height: 300px; }
.fullheightleft 	{ background-position: left top; }
.fullheightright 	{ background-position: right top; }
.fullheighttop 		{ background-position: top; }

ul.dots 			{ list-style-type: none; padding: 0px; margin: 0px; }
ul.dots li 			{ padding-left: 2.0em; padding-top: 10px; padding-bottom: 0px; page-break-inside: avoid; -webkit-column-break-inside: avoid; break-inside: avoid; }
ul.dots li:before 	{ font-family: 'FontAwesome'; font-size: xx-large; vertical-align: middle; content: '\f0da'; margin-left: -0.8em; display: inline-block; width: 0.8em; color: #A2C800; }

body, td, p, .n, blockquote 	{ font-size: 16px; line-height: 23px; }

H1 { font-size: 38px; line-height: 40px; font-weight: 600; text-transform: none; }
H2 { font-size: 20px; line-height: 27px; font-weight: 400; text-transform: none; font-style: italic; }
H3 { font-size: 24px; line-height: 30px; font-weight: 600; text-transform: none; }

span.looksh1 		{ font-size: 38px; line-height: 40px; font-weight: 600; text-transform: none; }
span.looksh2 		{ font-size: 20px; line-height: 27px; font-weight: 400; text-transform: none; font-style: italic; }
span.looksh3 		{ font-size: 24px; line-height: 30px; font-weight: 600; text-transform: none; }

.bg1, .bg2, .bg3 	{ background-size: 200px auto; }
.square, 
.box-hinweis		{ font-size: 28px; line-height: 32px; font-weight: 600; color: #FFFFFF; text-shadow: 1px 1px 2px rgba(52, 77, 88, 1); }
.box-hinweis 		{ padding: 15px; }
.box-hellblau 		{ padding: 30px; }
.linkbox 			{ font-size: 18px; line-height: 20px; }
.linkboxpad			{ position: relative; padding: 20px 50px 20px 20px; }
.stoerer	 		{ margin-top: 20px; margin-bottom: 50px; }
.breaker 			{ display: none; }
.text-no-center 	{ text-align: center; }

.kachel 			{ min-height: 70px; font-size: 22px; }
.totop 				{ padding-top: 40px; padding-bottom: 10px; }
.linktop 			{ padding-top: 28px; }
.searchtop 			{ padding-top: 25px; padding-bottom: 25px; }
.footer 			{ margin-top: 20px; height: 150px; background-image: url(../design/fusszeile_xs.jpg); background-repeat: repeat-x; background-position: center; }
.footer2 			{ padding-top: 20px; padding-bottom: 20px; background-color: #A2C800; }
.glyphheight 		{ font-size: 0px; }
.resheight 			{ font-size: 30px; color: #0082C0; }
.googlemaps			{ height: 300px; }
.googlemaps2		{ height: 200px; }
.bgtotop 			{ padding-top: 170px; padding-bottom: 110px; }
.bgtotop2 			{ padding-top: 80px; padding-bottom: 50px; }
.headerheight 		{ height: 0px; }

.box-title 				{ line-height: 18px; font-weight: 500; }
.box-title span.klein 	{ line-height: 16px; }
span.title 			{ font-size: 22px; line-height: 24px; font-weight: 600; color: #FFFFFF; text-shadow: 1px 1px 2px rgba(52, 77, 88, 1); display: inline-block; margin-bottom: 10px; }
span.gross	 		{ font-size: 18px; line-height: 25px; }
span.mittel 		{ font-size: 15px; line-height: 22px; }
span.klein 			{ font-size: 14px; line-height: 19px; }

span.fusszeile 		{ font-size: 16px; line-height: 32px; font-weight: 400; text-transform: none; }
a.fusszeile 		{ font-size: 16px; line-height: 32px; font-weight: 400; text-transform: none; }
span.topic 			{ font-size: 28px; line-height: 33px; font-weight: 600; text-transform: none; display: block; text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.53); }
span.topic2 		{ font-size: 16px; line-height: 21px; font-weight: 400; text-transform: none; text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.53); }

.small 				{ font-size: 15px; line-height: 15px; font-weight: 400; text-transform: none; }
a.small 			{ font-size: 15px; line-height: 15px; font-weight: 400; text-transform: none; }

a 					{ font-size: 16px; font-weight: 400; text-transform: uppercase; }
.binner				{ height: 16px; } /* lbottom height */
a.arrange 			{ font-size: 16px; line-height: 40px; }
.barrange 			{ height: 16px; } /* lbottom height */

a.button > .btn, 
a.buttonical > .btn	{ font-size: 14px; padding: 13px 25px; font-weight: 400; text-transform: uppercase; letter-spacing: 0.025em; }
.bbutton, 
.bbuttonical		{ height: 47px; } /* lbottom height */

input.button 		{ font-size: 14px; padding: 13px 25px; font-weight: 400; text-transform: uppercase; letter-spacing: 0.025em; }

.klappboxlink, 
a.tabs__nav_link	{ font-size: 18px; line-height: 18px; font-weight: 600; text-transform: none; text-shadow: 1px 1px 2px rgba(52, 77, 88, 1); }
.klappboxpadding 	{ padding: 30px 15px 30px 31px; background-color: #EEF5EF; }
i.klappen 			{ background-color: transparent; padding: 0px 15px; color:#FFFFFF; display: flex; justify-content: center; align-items: center; align-self: flex-start; }

input, select, textarea { font-size: 16px; }

#myCarousel, #myCarousel1, #myCarousel2, #myCarousel3 { display: block; }

.carousel .item { height: auto; }
.carousel-control { 
		height: auto; 
		margin-top: 0px; 
		width: 10%;
		color: #FFF;
		text-shadow: 0 1px 1px rgba(0,0,0,.4);
		filter: alpha(opacity=50); 
		opacity: .5; 
		background-color: transparent; 
		border: 0px; 
		z-index: 20; }
.header { 
	display: block;
	position: relative;
	height: auto;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover; 
	z-index: 1; }

.logo { padding: 10px; background-image: url(../design/bg_logo.jpg); background-repeat: no-repeat; background-position: center center; -webkit-box-shadow: 0px 3px 6px 3px rgba(0,0,0,0.05); box-shadow: 0px 3px 6px 3px rgba(0,0,0,0.05); }
img.logorap { width: 90px; height: auto; }

img.herz { width: 140px; height: auto; margin-left: 0px; margin-bottom: 30px; }

.nursuche.form-control 				{ height: 30px; padding: 2px 15px; font-size: 12px; 
									-webkit-box-shadow: inset 0px 0px 0px rgba(0, 0, 0, .075); box-shadow: inset 0px 0px 0px rgba(0, 0, 0, .075); }
.nursuche.form-control:focus 		{ -webkit-box-shadow: inset 0px 0px 0px rgba(0, 0, 0, .075); box-shadow: inset 0px 0px 0px rgba(0, 0, 0, .075); } 
.nursuche.btn 						{ height: 30px; padding: 6px 15px; font-size: 14px; line-height: 14px; }
.nursuche.input-group { width: 100%; }


      



/* Kleine Geräte (Tablets, 768px und breiter (col-sm-)) */
@media (min-width: 768px) { 
.nullpadding2 { padding: 0px 15px 0px 15px; }
.btnwidth { margin: 0px 15px 0px 0px; width: auto; }

/* FullHeight-Techniken topLeft, top, top,Right */
.fullheight { position: absolute; height: 100%; }

body, td, p, .n, blockquote 	{ font-size: 16px; line-height: 23px; }
.hiddenakt { height: 70px; } /* DotDotDot */

H1 { font-size: 40px; line-height: 42px; }
H2 { font-size: 20px; line-height: 27px; }
H3 { font-size: 24px; line-height: 30px; }

span.looksh1 		{ font-size: 40px; line-height: 42px; }
span.looksh2 		{ font-size: 20px; line-height: 27px; }
span.looksh3 		{ font-size: 24px; line-height: 30px; }

.bg1, .bg2, .bg3 	{ background-size: 160px auto; }
.square, 
.box-hinweis		{ font-size: 30px; line-height: 34px; }
.box-hinweis 		{ padding: 30px; }
.box-hellblau 		{ padding: 60px 50px; }
.linkbox 			{ font-size: 18px; line-height: 20px; }
.linkboxpad			{ padding: 20px 50px 20px 20px; }
.stoerer	 		{ margin-top: 50px; margin-bottom: 80px; }
.breaker 			{ display: block; }
.text-no-center 	{ text-align: left; }

.kachel 			{ min-height: 70px; font-size: 22px; }
.totop 				{ padding-top: 80px; padding-bottom: 50px; }
.linktop 			{ padding-top: 4px; padding-left: 15px; }
.searchtop 			{ padding-top: 0px; }
.footer 			{ height: 130px; background-image: url(../design/fusszeile_sm.jpg); }
.glyphheight 		{ font-size: 0px; }
.googlemaps			{ height: 300px; }
.googlemaps2		{ height: 200px; }
.bgtotop 			{ padding-top: 170px; padding-bottom: 110px; }
.bgtotop2 			{ padding-top: 80px; padding-bottom: 50px; }
.headerheight 		{ height: 100px; }

.box-title 				{ line-height: 18px; }
.box-title span.klein 	{ line-height: 16px; }
span.title 			{ font-size: 24px; line-height: 26px; }
span.gross	 		{ font-size: 18px; line-height: 25px; }
span.mittel 		{ font-size: 15px; line-height: 22px; }
span.klein 			{ font-size: 14px; line-height: 19px; }

span.fusszeile 		{ font-size: 15px; line-height: 15px; }
a.fusszeile 		{ font-size: 15px; line-height: 15px; }
span.topic 			{ font-size: 44px; line-height: 50px; margin-bottom: 10px; }
span.topic2 		{ font-size: 20px; line-height: 26px; }

.small 				{ font-size: 14px; line-height: 14px; }
a.small 			{ font-size: 14px; line-height: 14px; }

a 					{ font-size: 16px; }
.binner				{ height: 16px; } /* lbottom height */
a.arrange 			{ font-size: 15px; line-height: 16px; }
.barrange 			{ height: 15px; } /* lbottom height */

a.button > .btn, 
a.buttonical > .btn	{ font-size: 14px; padding: 13px 25px; }
.bbutton, 
.bbuttonical		{ height: 47px; } /* lbottom height */

a.buttonheader > .btn	{ font-size: 14px; padding: 7px 15px; font-weight: 400; text-transform: uppercase; letter-spacing: 0.025em; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; }
input.button 			{ font-size: 14px; padding: 13px 25px; }

.klappboxlink, 
a.tabs__nav_link	{ font-size: 20px; line-height: 20px; }
.klappboxpadding 	{ padding: 30px 15px 30px 33px; }

input, select, textarea { font-size: 16px; }

.logo { padding: 12px; }
.logonull { padding: 17px 0px 0px 0px; background-image: none; -webkit-box-shadow: 0px 3px 6px 3px rgba(0,0,0,0.0); box-shadow: 0px 3px 6px 3px rgba(0,0,0,0.0); }
img.logorap { width: 109px; height: auto; }

img.herz { width: 180px; height: auto; float: right; margin-left: 30px; margin-bottom: 0px; }

.nursuche.form-control { height: 30px; padding: 2px 8px; font-size: 12px; }
.nursuche.btn { padding: 8px 14px; font-size: 14px; line-height: 14px; }
.nursuche.input-group { width: 100%; }
}



/* Mittlere Geräte (Desktop-PCs, 992px und breiter (col-md-)) */
@media (min-width: 992px) {
body, td, p, .n, blockquote 	{ font-size: 17px; line-height: 25px; }
.hiddenakt { height: 80px; } /* DotDotDot */

H1 { font-size: 44px; line-height: 46px; }
H2 { font-size: 22px; line-height: 30px; }
H3 { font-size: 28px; line-height: 36px; }

span.looksh1 		{ font-size: 44px; line-height: 46px; }
span.looksh2 		{ font-size: 22px; line-height: 30px; }
span.looksh3 		{ font-size: 28px; line-height: 36px; }

.bg1, .bg2, .bg3 	{ background-size: 200px auto; }
.square, 
.box-hinweis		{ font-size: 36px; line-height: 41px; }
.box-hinweis 		{ padding: 35px; }
.box-hellblau 		{ padding: 70px 80px; }
.linkbox 			{ font-size: 19px; line-height: 21px; }
.linkboxpad			{ padding: 20px 50px 20px 20px; }

.kachel 			{ min-height: 70px; font-size: 22px; }
.totop 				{ padding-top: 90px; padding-bottom: 60px; }
.linktop 			{ padding-top: 7px; padding-left: 18px; }
.searchtop 			{ padding-top: 0px; }
.footer 			{ height: 150px; background-image: url(../design/fusszeile_md.jpg); }
.glyphheight 		{ font-size: 0px; }
.googlemaps			{ height: 350px; }
.googlemaps2		{ height: 250px; }
.bgtotop 			{ padding-top: 200px; padding-bottom: 140px; }
.bgtotop2 			{ padding-top: 90px; padding-bottom: 60px; }
.headerheight 		{ height: 120px; }

.box-title 				{ line-height: 19px; }
.box-title span.klein 	{ line-height: 17px; }
span.title 			{ font-size: 22px; line-height: 24px; }
span.gross	 		{ font-size: 19px; line-height: 27px; }
span.mittel 		{ font-size: 16px; line-height: 23px; }
span.klein 			{ font-size: 15px; line-height: 21px; }

span.fusszeile 		{ font-size: 17px; line-height: 17px; }
a.fusszeile 		{ font-size: 17px; line-height: 17px; }
span.topic 			{ font-size: 54px; line-height: 61px; }
span.topic2 		{ font-size: 24px; line-height: 32px; }

.small 				{ font-size: 15px; line-height: 15px; }
a.small 			{ font-size: 15px; line-height: 15px; }

a 					{ font-size: 17px; }
.binner				{ height: 17px; } /* lbottom height */
a.arrange 			{ font-size: 16px; line-height: 17px; }
.barrange 			{ height: 16px; } /* lbottom height */

a.button > .btn, 
a.buttonical > .btn	{ font-size: 15px; padding: 14px 28px; }
.bbutton, 
.bbuttonical		{ height: 50px; } /* lbottom height */

a.buttonheader > .btn	{ font-size: 15px; padding: 10px 19px; }
input.button 			{ font-size: 15px; padding: 14px 28px; }

.klappboxlink, 
a.tabs__nav_link	{ font-size: 22px; line-height: 22px; }
.klappboxpadding 	{ padding: 30px 15px 30px 35px; }

input, select, textarea { font-size: 17px; }

.logo { padding: 15px; }
.logonull { padding: 21px 0px 0px 0px; }
img.logorap { width: 130px; height: auto; }

img.herz { width: 200px; height: auto; }

.nursuche.form-control { height: 30px; padding: 2px 8px; font-size: 12px; }
.nursuche.btn { padding: 8px 14px; font-size: 14px; line-height: 14px; }
.nursuche.input-group { width: 100%; }
}



/* Große Geräte (Desktop-PCs, 1200px und breiter (col-lg-)) */
@media (min-width: 1200px) { 
body, td, p, .n, blockquote 	{ font-size: 18px; line-height: 27px; }
.hiddenakt { height: 90px; } /* DotDotDot */

H1 { font-size: 48px; line-height: 50px; }
H2 { font-size: 24px; line-height: 34px; }
H3 { font-size: 30px; line-height: 40px; }

span.looksh1 		{ font-size: 48px; line-height: 50px; }
span.looksh2 		{ font-size: 24px; line-height: 34px; }
span.looksh3 		{ font-size: 30px; line-height: 40px; }

.bg1, .bg2, .bg3 	{ background-size: 260px auto; }
.square, 
.box-hinweis		{ font-size: 40px; line-height: 46px; }
.box-hinweis 		{ padding: 40px; }
.box-hellblau 		{ padding: 80px 100px; }
.linkbox 			{ font-size: 20px; line-height: 22px; }
.linkboxpad			{ padding: 20px 50px 20px 20px; }

.kachel 			{ min-height: 70px; font-size: 22px; }
.totop 				{ padding-top: 100px; padding-bottom: 70px; }
.linktop 			{ padding-top: 7px; padding-left: 20px; }
.searchtop 			{ padding-top: 0px; }
.footer 			{ height: 170px; background-image: url(../design/fusszeile_lg.jpg); }
.glyphheight 		{ font-size: 0px; }
.googlemaps			{ height: 400px; }
.googlemaps2		{ height: 300px; }
.bgtotop 			{ padding-top: 230px; padding-bottom: 170px; }
.bgtotop2 			{ padding-top: 100px; padding-bottom: 70px; }
.headerheight 		{ height: 135px; }

.box-title 				{ line-height: 20px; }
.box-title span.klein 	{ line-height: 18px; }
span.title 			{ font-size: 26px; line-height: 28px; }
span.gross	 		{ font-size: 20px; line-height: 29px; }
span.mittel 		{ font-size: 17px; line-height: 25px; }
span.klein 			{ font-size: 16px; line-height: 23px; }

span.fusszeile 		{ font-size: 18px; line-height: 18px; }
a.fusszeile 		{ font-size: 18px; line-height: 18px; }
span.topic 			{ font-size: 64px; line-height: 72px; }
span.topic2 		{ font-size: 30px; line-height: 40px; }

.small 				{ font-size: 16px; line-height: 16px; }
a.small 			{ font-size: 16px; line-height: 16px; }

a 					{ font-size: 18px; }
.binner				{ height: 18px; } /* lbottom height */
a.arrange 			{ font-size: 18px; line-height: 19px; }
.barrange 			{ height: 18px; } /* lbottom height */

a.button > .btn, 
a.buttonical > .btn	{ font-size: 16px; padding: 15px 30px; }
.bbutton, 
.bbuttonical		{ height: 53px; } /* lbottom height */

a.buttonheader > .btn	{ font-size: 16px; padding: 10px 20px; }
input.button 			{ font-size: 16px; padding: 15px 30px; }

.klappboxlink, 
a.tabs__nav_link	{ font-size: 24px; line-height: 24px; }
.klappboxpadding 	{ padding: 40px 15px 40px 35px; }

input, select, textarea { font-size: 18px; }

.logo { padding: 22px; }
.logonull { padding: 25px 0px 0px 0px; }
img.logorap { width: 140px; height: auto; }

img.herz { width: 225px; height: auto; }

.nursuche.form-control { height: 30px; padding: 2px 8px; font-size: 12px; }
.nursuche.btn { padding: 8px 14px; font-size: 14px; line-height: 14px; }
.nursuche.input-group { width: 100%; }
}