@charset "utf-8";
/* CSS Document for Joomla 3 styles */

/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/montserrat-v25-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/montserrat-v25-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* montserrat-300 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('../fonts/montserrat-v25-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/montserrat-v25-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* montserrat-500 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: local(''),
       url('../fonts/montserrat-v25-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/montserrat-v25-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* montserrat-700 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/montserrat-v25-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/montserrat-v25-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* raleway-300 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('../fonts/raleway-v28-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/raleway-v28-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* raleway-regular - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/raleway-v28-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/raleway-v28-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* raleway-500 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: local(''),
       url('../fonts/raleway-v28-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/raleway-v28-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* raleway-700 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/raleway-v28-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/raleway-v28-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* ubuntu-condensed-regular - latin */
@font-face {
  font-family: 'Ubuntu Condensed';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/ubuntu-condensed-v16-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/ubuntu-condensed-v16-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* Reset */
* {
	margin: 0;
	padding: 0;
	border: 0;
}

.clear {
	clear: both;
	visibility: hidden;
}
.clearone {
	clear: both;
	visibility: hidden;
	line-height:1px;
	font-size: 1px;
}

html {
	font-size: 14px;
}
	
html, body, #wrap {
	height: 100%;
}

body > #wrap {
    height: auto;
}

body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 110%;
	letter-spacing: 0.1em;
	line-height: 1.5em;
    margin: 0px 0px 1px 0px;
	background-color: #fff;
	color: #666;
}

/* ===========================
	FONT STYLES
	========================== */

h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	color: #d26402;
	letter-spacing: 0.1em;
}

h1 {
  font-size: 4em;
  line-height: 1.2em;
  text-transform: uppercase;
}

h2 {
  font-size: 1.7em;
  line-height: 1.2em;
}

h3 {
  font-size: 1.4em;
  line-height: 1.2em;
}

h4 {
  font-size: 1.2em;
  line-height: 1.2em;
}

h5 {
  font-size: 1em;
  line-height: 1.2em;
}

h6 {
  font-size: 0.8em;
  line-height: 1.2em;
}

.footer .copy {
	font-size: 0.8em;
}

.smallcase {
	font-size: 80%;
}
 
/* ======================
	GENERAL STYLES
	===================== */
	
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
  /* vertical-align: bottom; */ /* Suppress the space beneath the baseline */
  /* Responsive images */
  /* @todo Add responsive embedded video. */
  max-width: 100%;
  height: auto;
}

img.rounded {
  border: 1px solid #94dee1;
  	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

p {
	margin-top: 14px;
}

a {
	color: #037380;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: none;
}
a.anchor {
    display: block;
    position: relative;
    top: -90px;
    visibility: hidden;
}
a.anchorplus {
    display: block;
    position: relative;
    top: -120px;
    visibility: hidden;
}

hr {
	border-top: 1px solid #e1e1e1;	
}

.nobr { 
	white-space: nowrap;
}

.item-page ul {
	margin-top: 24px;
}

.item-page li {
	list-style-image: url(../images/plus.png);
	padding: 0px 5px;
	margin-bottom: 14px;
}

/* ======================
	POSITIONS and STYLES
	===================== */
	
.navbar {
  position: relative;
  z-index: 2;
  margin-top: 0;
  padding: 0;
  overflow: visible;
}	
.navbar-fixed-top, .navbar-fixed-bottom {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
  background-color: #d26402;
}
.navbar-fixed-top {
  -webkit-box-shadow: 0px 5px 8px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 5px 8px rgba(0,0,0,0.1);
  box-shadow: 0px 5px 8px rgba(0,0,0,0.1);
}

.navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
  padding-right: 0;
  padding-left: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.navbar-inner::after {
  clear: both;
}
.navbar-inner::before, .navbar-inner::after {
  display: table;
  line-height: 0;
  content: "";
}
.navbar-inner {
  background-color: #d26402;
  width: 100%;
}

.container {
  margin-right: auto;
  margin-left: auto;
}

.langright {
	width: 100%;
	height: 18px;
	background: transparent;
	text-align: right;
	color: #fff;
	font-weight: 700;
}

.toplogo {
	float: left;
	width: 250px;
	/*margin-right: 4%;*/
}

div.nav-ersatz {
	max-width: 100%;
	margin-top: 15px;
	margin-right: 10rem;
	text-transform: uppercase;
	float: right;
	color: #fff;
}

.flexcontainer {
	display: flex;
	width: 100%;
	border-top: 0px solid #fff;
	border-bottom: 0px solid #000;
}

.flexcontainer.fullwhite {
	border-top: 0px solid #000;
	background-color: #e6ffff;
}

.flexcontainer.green {
	align-items: center;
  	justify-content: center;
	background-color: #037380;
	color: #d26402;
}

.flexcontainer.footer {
	border-top: 0px solid #000;
	border-bottom: 0px solid #000;
}

.flexlogo {
	flex-basis: 50%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
 	background-color: #fff;
}

.logo {
	flex-grow: 1;
	max-width: 330px;
}
.menu {
	margin: auto 8px 12px 20px;
	text-transform: uppercase;
	font-size: 90%;
	letter-spacing: 0em;
	color: #333;
}
.navbar .nav > li {
	line-height: 20px;
}
.navbar .nav > li > a {
    padding: 2px 10px;
}
.navbar .nav > li > a:hover {
    color: #037380;
}

.dist80 {	
	margin-top: 89px;
	/*min-height: 10px;*/
}

.dist150 {	
	margin-top: 150px;
	/*min-height: 10px;*/
}

.reihe-02sb {
	width: 100%;
	min-height: 360px;
	background-image: url(../images/bg_1920_2sb.png);
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	background-color: #e8e8e8;
}

.reihe-03co {
	width: 100%;
	min-height: 360px;
	background-image: url(../images/bg_1920_3co.png);
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	background-color: #e8e8e8;
}

.reihe-04um {
	width: 100%;
	min-height: 360px;
	background-image: url(../images/bg_1920_4um.png);
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	background-color: #e8e8e8;
}

.reihe-05cs {
	width: 100%;
	min-height: 360px;
	background-image: url(../images/bg_1920_5cs.png);
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	background-color: #e8e8e8;
}

.reihe-06ko {
	width: 100%;
	min-height: 360px;
	background-image: url(../images/bg_1920_6ko.png);
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	background-color: #e8e8e8;
}

.reihe-1 {
	width: 100%;
	min-height: 360px;
	/*background-image: url(../images/bg_1920_01.png);*/
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	background-color: #e6ffff;
}

.inhalt-1 {
	max-width: 1159px;
	margin-right: auto;
	margin-left: auto;
}
.h-line-1 {
	margin-left: 8em;
	margin-top: 5em;
	text-transform: uppercase;
}
.text-1 {
	margin-left: 55%;
	margin-right: 10px;
	margin-top: 2em;
	margin-bottom: 80px;
	color: #fff;
	font-size: 1.8em;
	line-height: 1.5em;
}

.reihe-2 {
	width: 100%;
	min-height: 360px;
	background-image: url(../images/bg_1920_02.png);
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	background-color: #e8e8e8;
}

.inhalt-2 {
	max-width: 1159px;
	margin-right: auto;
	margin-left: auto;
}
.h-line-2 {
	margin-left: 2em;
	margin-top: 8em;
}
.text-2 {
	margin-left: 15%;
	margin-right: 33%;
	margin-top: 2em;
	margin-bottom: 80px;
	color: #fff;
	font-size: 1.8em;
	line-height: 1.5em;
}

.reihe-3 {
	width: 100%;
	min-height: 360px;
	background-image: url(../images/bg_1920_03.png);
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	background-color: #e8e8e8;
}

.inhalt-3 {
	max-width: 1159px;
	margin-right: auto;
	margin-left: auto;
}
.text-3 {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3em;
	margin-bottom: 80px;
	padding: 20px 30px;
	color: #fff;
	font-size: 1.8em;
	line-height: 1.5em;
	background-color: rgba(210,100,2,0.7)
}

.reihe-4 {
	width: 100%;
	min-height: 360px;
	background-image: url(../images/bg_1920_04.png);
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	background-color: #e8e8e8;
}

.inhalt-4 {
	width: 100%;
}
.h-line-4 {
	width: 580px;
	margin-top: 6em;
	margin-right: auto;
	margin-left: auto;
}
.text-4 {
	margin-left: 40px;
	margin-right: 20%;
	margin-top: 2em;
	margin-bottom: 40px;
	color: #fff;
	font-size: 1.8em;
	line-height: 1.5em;
}

.zweierreihe {
	display: flex; 
	flex-direction: row;
	flex-wrap: wrap;
	align-items: top;
	justify-content: center;
	width: 100%;
	padding-top: 40px;
}

.zweierreihe .zweierbox-l {
	text-align: right; 
	vertical-align: top; 
	margin: 0; 
	padding: 20px 40px 20px 10em; 
	width: 50%;
	font-size: 1.8em;
	line-height: 1.5em;
}
.zweierreihe .zweierbox-r {
	text-align: left; 
	vertical-align: top; 
	margin: 0; 
	padding: 10px 8em 20px 40px; 
	width: 50%;
	color: #334433;
	font-size: 1.8em;
	line-height: 1.5em;
}
.zweierreihe .zweierbox-ltx {
	text-align: left; 
	vertical-align: top; 
	margin: 0; 
	padding: 20px 40px 20px 12em; 
	width: 50%;
	color: #334433;
	font-size: 1.8em;
	line-height: 1.5em;
}
.zweierreihe .zweierbox-pic {
	text-align: left; 
	vertical-align: top; 
	margin: 0; 
	padding: 10px 6em 0px 40px; 
	width: 40%;
	color: #3344330
	font-size: 1.8em;
	line-height: 1.5em;
}
.einerreihe {
	max-width: 1159px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
	color: #334433;
	font-size: 1.8em;
	line-height: 1.5em;
}
.zweierreihe h2, .einerreihe h2 {
	color: #037380;
}

.viererreihe {
	display: flex; 
	flex-direction: row;
	flex-wrap: wrap;
	align-items: top;
}

.viererreihe .portrait {
	width: 33.33%;
	/*min-width: 220px;*/
	text-align: center; 
	vertical-align: top; 
	margin: 0; 
	border: 0px solid #ddd;
}

.bottmarge {
	margin-bottom: 80px;
}

#content {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top:20px;
	padding-bottom: 20px;
	color: #000;
	/*overflow: hidden;
	background-repeat: repeat;
	background-position: left top;
	background-color: rgba(255,255,255,0.5);
	border-bottom: 1px solid #fff;*/
}

div.textbox_rechts {
	margin: 20px 20px 60px 40px; 
	}

.footer {
	width: 100%;
	padding: 5px 0px;
}
.footer a {
	color: #fff;
	text-decoration: none;
}

/* Green Bar and Menu at the Bottom */
.bottomline {
	width: 100%;
	/*padding-top: 6px;*/
	position: relative;
	min-height: 60px;
	color: #fff;
	background: #d26402;
	border-top: 0px solid #000;
	-webkit-box-shadow: 0px -5px 8px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px -5px 8px rgba(0,0,0,0.1);
	box-shadow: 0px -5px 8px rgba(0,0,0,0.1);
	clear: both;
}

.flexcontainer.bottom {
	max-width: 1320px;
	margin-right: auto;
	margin-left: auto;
	align-items: center;
}

.leftone {
	flex: 0 0 50%;
	display: flex;
	text-align: left;
}
.rightone {
	flex: 0 0 50%;
	background: transparent;
	text-align: right;
	padding-right: 0px;
}

.leftone ul {
	margin: 20px 0 0 0;
	padding: 0;
	color: #fff;
}
.leftone ul li {
	font-family: 'Raleway', sans-serif;
	font-size: 1.1em;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	list-style: none;
	padding: 10px 20px 30px 10px;
	float: left;
}
.leftone ul li a {
	color: #fff;
	text-decoration: none;
}
.leftone ul li a:hover {
	color: #91dadf;
	background: transparent;
}

/*
.linkbutton {
	min-width: 220px;
	height: 40px;
	display: flex; 
	flex-direction: column; 
	justify-content:center;
	font-family: 'Raleway', sans-serif;
	font-size: 1em;
	font-weight: 500;
	color: #037380; 
	text-transform: uppercase;
	padding-right: 50px;
	background-image: url(../images/linkarrow.png);
	background-repeat: no-repeat;
	background-position: right;
	background-color: rgba(255,255,255,0.8);
	border-radius: 20px;
	position: relative;
	float: right;
}
*/

/* ======================
	3rd PARTY OVERRIDES
	===================== */
	
div#maximenuck123 ul.maximenuck li.maximenuck.level1:hover > a span.titreck, div#maximenuck123 ul.maximenuck li.maximenuck.level1.active > a span.titreck, div#maximenuck123 ul.maximenuck li.maximenuck.level1:hover > span.separator, div#maximenuck123 ul.maximenuck li.maximenuck.level1.active > span.separator, 
div#maximenuck123 ul.maximenuck li.maximenuck.level1:hover > a span.titreck, div#maximenuck123 ul.maximenuck li.maximenuck.level1.active > a span.titreck, div#maximenuck123 ul.maximenuck li.maximenuck.level1:hover > span.separator, div#maximenuck123 ul.maximenuck li.maximenuck.level1.active > span.separator {
  color: #036680;
}

div#maximenuck132 ul.maximenuck li.maximenuck.level1:hover > a span.titreck, div#maximenuck132 ul.maximenuck li.maximenuck.level1.active > a span.titreck, div#maximenuck132 ul.maximenuck li.maximenuck.level1:hover > span.separator, div#maximenuck132 ul.maximenuck li.maximenuck.level1.active > span.separator, 
div#maximenuck132 ul.maximenuck li.maximenuck.level1:hover > a span.titreck, div#maximenuck132 ul.maximenuck li.maximenuck.level1.active > a span.titreck, div#maximenuck132 ul.maximenuck li.maximenuck.level1:hover > span.separator, div#maximenuck132 ul.maximenuck li.maximenuck.level1.active > span.separator {
  color: #036680;
}

div.mod-languages li {
	margin: 0;
}
div.mod-languages a {
  padding: .5rem;
  text-decoration: none;
  background: #e4a267;
}
li.lang-active a {
  background: #f6e0cc;
}

/* tabs */

div.jwts_toggleControlContainer a.jwts_toggleControl {
  font-size: 20px;
  font-weight: 500;
}

/* breezingforms */


.bfFormDiv {
	padding: 20px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	/*color: #333;*/
}

.bfQuickMode .bfPage {
  padding: 20px;
  border: 1px solid #ccc;
  margin: 0px 0px 10px 0px;
  width: auto;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #fff;
}

#bfElemWrap5 {
  margin-top: 20px;
}

#erlaubnis {
  padding: 10px;
  border: 1px solid #ccc;
  margin: 10px 0px 20px 3px;
  width: auto;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.bfQuickMode .bfPageIntro {
    padding: 5px 5px 5px 0px;
}

.ff_elem {
  border: 1px solid #ccc;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#bfSubmitButton {
    margin: 40px 0px;
	padding: 12px 24px;
	border: 1px solid #fff;
	border-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #d26402;
  --bs-btn-border-color: #d26402;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #d26402;
  --bs-btn-hover-border-color: #d26402;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #d26402;
  --bs-btn-active-border-color: #d26402;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #d26402;
  --bs-btn-disabled-border-color: #d26402;
}

/* =================================
	JOOMLA (BOOTSTRAP) OVERRIDES
	================================ */

div.well.peekaboo {
	visibility: hidden;
	display: none;
}

.scrolling-wrapper {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}

.page-header {
	border: hidden;
	margin-bottom: 0px;
}

/* =========================================================
	BOOTSTRAP MEDIA QUERIES OVERRIDES
	======================================================== */

@media (max-width: 1679px) {
	.zweierreihe .zweierbox-ltx {
	padding: 20px 40px 20px 6em; 
}
	.zweierreihe .zweierbox-pic { 
	padding: 10px 1em 0px 40px; 
}
}

@media (max-width: 1399px) {
	.zweierreihe .zweierbox-l, .zweierreihe .zweierbox-ltx {
	padding: 20px 40px 20px 1em; 
}
	.zweierreihe .zweierbox-r { 
	padding: 10px 1em 20px 40px; 
}
	.zweierreihe .zweierbox-pic { 
	padding: 10px 1em 0px 40px; 
}
}

@media (min-width: 1200px) {}

@media (max-width: 1199px) {
	div.nav-ersatz {
	max-width: 100%;
	float: right;
	margin: 35px 0 0 0;
	}
	
	h5 {
	font-size: 0.8em;
	line-height: 18px;
	}
	h6 {
	font-size: 0.7em;
	line-height: 18px;
	}

.einerreihe {
	padding: 40px 20px 20px 20px;
}

}

@media (max-width: 1114px) {}


@media (min-width: 980px) and (max-width: 1199px) {}

@media (min-width: 980px) {}


@media (max-width: 979px) {

div.nav-ersatz {
	max-width: 100%;
	float: right;
	margin: 10px 60px 0 0;
	}

.navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
    padding: 0px 0px 5px 0px;
}

.flexcontainer {
	display: flex;
	flex-wrap: wrap;
}

.flexlogo {
	flex-basis: 100%;
}

.flextop {
	flex-basis: 100%;
	max-width: 100%;
	height: 12px;
	border-left: 0px solid #000;
}

.flexcontainer.dist80 {
	display: flex;
	flex-wrap: wrap;
}

.text-1 {
	margin-left: 25%;
}
.text-2 {
	margin-left: 15%;
	margin-right: 10%;
}

.zweierreihe .zweierbox-l, .zweierreihe .zweierbox-r, .zweierreihe .zweierbox-ltx, .zweierreihe .zweierbox-pic, .einerreihe {
	width: 100%;
}

.zweierreihe .zweierbox-l.ptoof {
	visibility: hidden;
	display: none;
}
.zweierreihe .zweierbox-pic {
	text-align: center; 
}

.viererreihe .portrait {
	width: 50%;
}	

}


@media (min-width: 768px) and (max-width: 979px) {}


@media (max-width: 767px) {
body.hfcb {
	padding-right: 0px;
	padding-left: 0px;
}

.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
    margin-right: 0px;
    margin-left: 0px;
	position: static;
}

.dist80 {	
	margin-top: 0px;
}

.reihe-02sb {
	background-image: url(../images/bg_1920_2sb2.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}


.reihe-03co {
	width: 100%;
	background-image: url(../images/bg_1920_3co2.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.reihe-04um {
	width: 100%;
	background-image: url(../images/bg_1920_4um2.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.reihe-05cs {
	width: 100%;
	background-image: url(../images/bg_1920_5cs2.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.h-line-1 {
	margin-left: 4em;
	margin-top: 5em;
}
.h-line-1 h1 {
  font-size: 3em;
  line-height: 1.2em;
}
.text-1 {
	margin-left: 15%;
	margin-right: 20px;
	margin-top: 2em;
	margin-bottom: 60px;
	color: #fff;
	font-size: 1.5em;
	line-height: 1.3em;
}
.h-line-2 {
	margin-left: 2em;
	margin-top: 5em;
}
.h-line-2 h1 {
  font-size: 3em;
  line-height: 1.2em;
}
.text-2 {
	margin-left: 20%;
	margin-right: 10px;
	font-size: 1.5em;
	line-height: 1.3em;
}

.text-3 {
	width: 100%;
	font-size: 1.5em;
	line-height: 1.3em;
	padding: 20px 15px 20px 25px;
}
.h-line-4 {
	width: 90%;
	margin-left: 2em;
	margin-top: 3em;
}

.h-line-4.topmarge {
	margin-top: 8em;
}

.h-line-4 h1 {
  font-size: 3em;
  line-height: 1.2em;
}
.text-4 {
	margin-left: 15%;
	margin-right: 20px;
	margin-top: 2em;
	margin-bottom: 40px;
	color: #fff;
	font-size: 1.5em;
	line-height: 1.3em;
}

.zweierreihe .zweierbox-l, .zweierreihe .zweierbox-r, .zweierreihe .zweierbox-ltx, .zweierreihe .zweierbox-pic, .einerreihe {
	font-size: 1.5em;
	line-height: 1.3em;
}

.leftone {
	flex: 0 0 100%;
	order: 2;
}
.rightone {
	flex: 0 0 100%;
	padding-top: 20px;
	order: 1;
}

.padded {
	padding-right: 15px;
	padding-left: 20px;
}

.footer .container {
	padding: 0 20px;
}

	h5 {
	font-size: 1em;
	line-height: 1.2em;
	}
	h6 {
	font-size: 0.8em;
	line-height: 1.2em;
	}

	.menumain {
	margin-top: 0px;
	}

.viererreihe .portrait.ordr1 {
	width: 100%;
	order: 1;
}
.viererreihe .portrait.ordr2 {
	width: 100%;
	order: 2;
}
.viererreihe .portrait.ordr3 {
	width: 100%;
	order: 3;
}

}

@media (min-width: 576px) {}


@media (min-width: 481px) and (max-width: 767px) {
	body {
	overflow-x: hidden; /* Hide horizontal scrollbar */
	}
	#content {
	margin-bottom: 60px;
	}
  	.container {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
div.nav-ersatz {
	margin: 10px 0 0 0;
	}
	
.dist150 {	
	margin-top: 220px;
	/*min-height: 10px;*/
}

.reihe-2 {
	background-image: url(../images/bg_1920_02b.png);
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
}

.viererreihe .portrait {
	width: 100%;
}	

.h-line-1 {
	margin-left: 2em;
	margin-top: 5em;
}
.h-line-1 h1 {
  font-size: 2.5em;
  line-height: 1.2em;
}
.text-1 {
	font-size: 1.3em;
	line-height: 1.2em;
}

.h-line-2 {
	margin-left: 2em;
	margin-top: 5em;
}
.h-line-2 h1 {
  font-size: 2.5em;
  line-height: 1.2em;
}
.text-2 {
	margin-left: 15%;
	margin-right: 20px;
	margin-bottom: 60px;
	font-size: 1.3em;
	line-height: 1.2em;
}
.h-line-4 {
	margin-left: 3em;
	margin-top: 2em;
}
.h-line-4 h1 {
  font-size: 2.5em;
  line-height: 1.2em;
}
.text-4 {
	margin-left: 15%;
	margin-right: 20px;
	font-size: 1.3em;
	line-height: 1.2em;
}

.headtext {
	margin-left: 10px;
	font-size: 1.8em; 
	color: #eee;
}

div.menu.flexding {
	border-top: 1px solid #666;
	margin: auto 20px 12px 20px;
}

ul.nav.menu {
	width: 99%;
	margin: 0 auto;
	padding-top: 10px;
	padding-left: 10px;
}
.navbar .nav > li {
	list-style-image: url(../images/bull.png);
    border-left: 0px dotted #037380;
	line-height: 14px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right: 15px;
}
.navbar .nav > li > a {
    padding: 2px 10px 2px 0px;
}

#content {
	margin-bottom: 20px;
}

.footer {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
}

}
