@charset "utf-8";

/* Typographie / Farben*/
/* Navigation*/
/* Slider*/
/* INHALT*/
/* FOOTER*/


/* ======================================================================
    Typographie / Farben
====================================================================== */

/* Höhe des head_ Bildes bei den Unterseiten */
.min-height {
min-height: 175px;
}
@media screen and (min-width: 1600px) {
.min-height {
min-height: 400px;
}
}
	
/* zwei-spaltig */
.column-2 {
	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

@media screen and (max-width: 991px) {
.column-2 {
	-webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}
}
/* größte headline = h1 war vorher h4 (Leistungen) */
h1.h4 {
    font-size: 40px;
    line-height: 46px;
}
/* zweigrößte headline = h2 war vorher h5 (Leistungen) */
h2.h5 {
    font-size: 32px;
	line-height: 40px;
}
h2.angebote-headline {
    font-size: 42px;
    line-height: 42px;
	margin-bottom: 80px;
	color: #6f6f6f;
}
h2.h1 {
    font-size: 70px;
	line-height: 70px;
}
h2.small {
    font-size: 22px;
	line-height: 24px;
}
h3.small {
    font-size: 18px;
	line-height: 20px;
}
h2.h3, h1.h3 {
    font-size: 32px;
	margin-bottom: 25px;
}
h3 {
	font-size: 32px;
	line-height: 37px;
}
.angebote {
	font-size: 22px;
}
h3.angebote {
	line-height: 32px;
}
h2.klein {
	font-size: 18px;
}
.bg-mittel-grau {
	background-color: #abbfcb;
}
/* responsive */
@media (max-width: 991px) {
h2.h3 {
    font-size: 28px;
	margin-bottom: 5px;
}
}

@media screen and (max-width: 400px) {
h2.h3, h1.h3  {
    font-size: 26px;
    margin-bottom: 29px;
}
	
h2.h1 {
	font-size: 37px;
	font-weight: 700;
	letter-spacing: normal;
	line-height: 42px;
	}
h3 {
    font-size: 24px;
    line-height: 28px;
}
}
   
/* Pfeil nach oben zum Seitenanfang Hintergrund  */
.scroll-top-arrow, .scroll-top-arrow:focus {
background: #cdd9e0;color: #000;
}
/* Pfeil top -> Seitenanfang Border  */
.scroll-top-arrow {
	border: 1px solid #577e97;
}
.scroll-top-arrow:hover {
	border: 1px solid #fff;
	background: #666;
}

/* Links hover */
a:hover, .social-icon-style-8 a:hover, nav.navbar.bootsnav ul.nav > li.dropdown.on > a:hover, 
header nav.navbar .navbar-nav > li.active > a, nav.navbar.bootsnav ul.nav > li.active > a {
    color: #979797;
}
/* gruseliges pink umgefärbt -> grau */
.text-deep-pink, .btn.text-deep-pink {
    color: #cdcdcd;
}
/* gruseliges pink umgefärbt  */
.list-style-3 li::before {
    background-color: #333;
}
/* Typo Datenschutz */
ol h3 {
	font-size: 16px;
	margin-bottom: 0;
	color: #444;
}
li::marker {
	font-size: 22px;
	color: #444;
}
ol h3.impressum {
	font-size: 20px;
	margin-bottom: 0;
	font-weight: 500;
	color: #444;
}
h2.title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 0;
	line-height: 24px;
	color: #444;
}
/* ======================================================================
    Navigation
====================================================================== */


/* Datenschutz/Impressum Abstand exta nötig weil Bild fehlt */
.margin-120px-top {
	margin-top:120px;
}
/* Logo größer */
header a.logo img {
    max-height: 70px;
}



/* Abstand Navigation kleiner, falls ein Link dazu kommt, bricht sonst um */
@media (max-width: 1300px) {
header nav .navbar-nav > li > a { 
	margin: 0 10px;
	}
header a.logo img {
    max-height: 50px;
}
}
nav .pr-0 {
    padding-right: 15px !important;
}

/* Navigation mittig ausgerichtet  */
nav.navbar.navbar-default ul.nav > li > a {
    padding: 26px 0 62px 0;
}
/* Abstand zwischen li Navigationspunkten ab responsive menü */
@media (max-width: 991px) {
nav.navbar.navbar-default ul.nav > li > a {
    padding: 26px 0 26px 10px;
}
nav .accordion-menu {
    padding: 0px 15px 26px 15px;
}
}
/* Abstand Logo */
.margin-bottom {
	margin-bottom:30px;
}
header {
    background-color: #fff;
}

@media (max-width: 400px) {
nav .margin-bottom {
    margin-bottom: 20px;
}
header a.logo img {
    max-height: 45px;
}
}

header nav .navbar-nav > li > a {
    margin: 0 10px;
}


/* ======================================================================
    Slider
====================================================================== */
/* Bild augegraut */
.opacity-extra-medium {
    opacity: 0.5;
}
/* HG schwarz */
.bg-black {
background-color: #000;
}
/* oberste Zeile Slider text, font etwas größer */
.text-large {
    font-size: 24px;
    line-height: 26px;
}
/* slider bilder nur noch 1/3 hoch (vorher 800px) */
.swiper-wrapper {
	height: 530px;
}
@media (max-width: 1024px) {
.swiper-wrapper {
	height: 410px;
}
}
@media (max-width: 991px) {
.swiper-wrapper {
	height: 350px;
}
}
@media (max-width: 414px) {
.swiper-wrapper {
	height: 256px;
}
}

/* ======================================================================
    INHALT
====================================================================== */

/* Bild abgerundet */

.radius-rechts-oben {
	border-radius: 0 45px 0 0;
}
/* HG Viererblock */
.bg-extra-dark-gray {
    background-color: #cdd9e0;
}
/* HG Viererblock Animation */
.bg-deep-pink {
    background-color: #577e97;
}
.feature-box-8:hover .feature-box-overlay {
    background: #dfdfdf;
}
/* schmaler rand (130 px vorher) */
section {
    padding: 80px 0!important;
}
header, nav {
	background-color: #fff;
}
/* Icons viererblock */
.text-color {
	color: #577e97;
}
.feature-box-8:hover div, .feature-box-8:hover p {
    color: #333;
	border-radius: 0 45px 0 0;
}
/* Unterseite Sprachstörungen panel Accordeon Headline größer */
.accordion-style1 .panel-title {
    font-size: 14px;
    font-weight: bold;
}

.accordion-style1.panel-group .panel-heading {
    border-bottom: 1px solid #333;
}
/*  mega Abstand section verleinert */

@media screen and (max-width: 767px) {
	section {
		padding-top: 30px!important;
		padding-bottom: 30px!important;
	}
}
/* Buttons etwas weniger Abstand rechts links */
.btn.btn-rounded.btn-small {
    padding: 5px 20px;
}
.btn.btn-transparent-dark-gray {
    border-color: #577e97;
}
.btn.btn-transparent-dark-gray:hover, .btn.btn-transparent-dark-gray:focus {
    background: #577e97;
    border-color: #333;
}
@media (max-width: 767px) {
	h2.angebote-headline {
    margin-bottom: 20px;
	}
}
div.text-center.h-100  {
    background-color: #fff;
}
/* Liste Konzeptseite */
.liste {
	margin-left: -20px;
	font-size: 16px;
	color: #939393;
}
.liste-ohne  {
	list-style: none;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #939393;
	margin-left: -40px!important;
}
.liste-ohne b {
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	text-align: left;
	color: #6f6f6f;
}
ul.liste li::marker, ol.liste li::marker {
    font-size: 16px;
	color: #939393;
}
div.panel-body {
	font-size: 16px;
	color: #939393;
}
.panel-body li::marker {
    font-size: 14px;
    color: #939393;
}
.panel-body ul {
   margin-left:-25px;
}

/* ======================================================================
    FOOTER
====================================================================== */
/* FOOTER Logo größer */

.footer-img {
	height: 70px;
	max-height: 70px;
	width: auto;
}
/* FOOTER Hintergrund gelb */
.footer-strip {
    background: #cdcdcd;
}
footer {
	background-color: #3d4041;
}
footer a, footer {
color: #fff;
}
footer a:hover {
color: #000;
}
.footer-logo {
	padding-bottom: 20px;
	padding-top:3px;
    min-height: 75px;
    width: auto;
}


footer h5 {
	font-size: 14px;
	line-height: 20px;
}

.padding-five-tb {
    padding-top: 30px;
    padding-bottom: 30px;
}

.footerlogo {
	max-width:416px;
	height:auto;
}

footer a:hover {
    color: #ddd;
}

footer i {
	margin-left:20px;
	font-size: 32px;
}
footer img {
	float: left;
	margin-right:10px;
}
.text-align-right {
	text-align: right;
}
	footer i {
	margin-left:20px;
	margin-right:0px;
	font-size: 32px;
}
@media (max-width: 1300px) {
.scroll-top-arrow {
    display: none !important;
    opacity: 0 !important;
}
}

@media (max-width: 991px) {
	footer i {
	margin-left:0px;
	margin-top:0px;
	margin-right:20px;
	font-size: 32px;
}
	.text-align-right {
	text-align: left;
}
}

