/*STRUKTUR
00 - ALLGEMEIN
01 - NAVIGATION
02 - TEXTFORMATIERUNGEN
03 - FOOTER
04 - RESPONSIVE
*/



/* 00 ALLGEMEIN */

strong {
    font-weight: 500;
    font-size: 1.15em;
}

html {
    height: 100%;
    box-sizing: border-box;
}

body {
	font-family: 'Poppins', sans-serif;
    min-height: 100%;
    font-size: 15px;
    position: relative;
    padding-top: 100px;
    padding-bottom: 120px;
    height: auto !important;
}

p {
    color: #000;
    font-size: 1.15em;
    margin: 0 0 20px;
    font-weight: 300;
    line-height: 1.35;
}

li {
    color: #000;
    font-size: 1.15em;
    font-weight: 300;
    line-height: 1.35;
}

a {
    color: #ff4700;
    font-weight: 300;
    transition: all ease-in-out 0.15s;
}

.btn {
    background-color: #ff4700;
    color: #fff;
    text-transform: uppercase;
    transition: all ease-in-out 0.15s;
}

.btn:hover, .btn:focus {
    color: #fff;
    background-color: #3444dd; 
    text-decoration: none;
}


/**** Abschnitte ****/

/* Weiss */

section.Weiss.abschnitt {
    padding-top: 50px;
    background-color: #fff;
    padding-bottom: 50px;
}

/* Hellgrau */

section.Hellgrau.abschnitt {
    padding-top: 50px;
    background-color: #EFEFEF;
    padding-bottom: 50px;
}

/* Google MAP */

#karte {
    padding: 0px;
    height: 450px;
}

#karte-form {
    height: 450px;
}

#karte iframe{
    border: 0;
    width:100%;
    min-height:450px;
}

#karte-form iframe{
    border: 0;
    width:100%;
    min-height:450px;
}

#map {
    width: 100%;
    height: 140px;
    border: 0;
}

#overlay {
    padding: 0px;
    height: 400px;
}

.map {
    height: 140px;
}

/* Unite Gallery */

.ug-lightbox-compact .ug-lightbox-numbers {
    width: 40px;
}

.unite_gallery {
    margin-bottom: 30px;
}

.ug-gallery-wrapper .ug-strip-panel {
    position: absolute;
    background-color: #ffffff;
    z-index: 2;
}

.ug-gallery-wrapper .ug-textpanel-bg {
    background-color: #ffffff !important;
    opacity: 0.5 !important;
    z-index: 1;
}

.ug-gallery-wrapper .ug-textpanel-description p {
    font-weight: bold !important;
    font-size: 1.2rem !important;
}

.ug-gallery-wrapper .ug-textpanel-title {
    font-size: 2rem !important;
    font-weight: 500 !important;
    color: #fff !important;
    text-align: center !important;
    z-index: 2;
}

/* Button */

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    background-color: #ff4700;
}

.btn-primary:hover {
    background-color: #fff;
    border-color: #ff4700;
    color: #ff4700;
}

.btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #ff4700;
    border-color: #ff4700;
}

.btn-primary {
    color: #fff;
    background-color: #ff4700;
    border-color: #ff4700;
    border-radius: 0px;
    font-size: 1em;
    text-align: right;
    transition: all ease-in-out 0.15s;
    margin-bottom: 15px;
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #ff4700;
    border-color: #ff4700;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #ff4700;
    border-color: #ff4700;
}


/* 01 NAVIGATION */

nav {
    margin-top: -100px;
  height: 100px;
  width: 100vw;
  max-width: 100vw;
  position: fixed;
  z-index: 1030;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.16);
  -moz-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.16);
  box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.16);
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #3444dd;
}

nav .navbar {
  padding: 15px 0px;
}


nav .company img {
  height: auto;
  width: 100%;
    max-width: 200px;
  position: relative;
}

#navbarNavDropdown {
    padding-top: 15px;
}

nav .navbar .navbar-nav li.nav-item{
  padding: 10px 30px 10px 0px;
}
nav .navbar .navbar-nav li.nav-item a {
  color: #ff4700;
    padding: 0px;
}

nav .navbar .navbar-nav li.nav-item a:hover {
  color: #3444dd;
}

nav .navbar .navbar-nav li.nav-item.active a {
  color: #3444dd;
}

nav .navbar .navbar-nav {
  position: relative;
}

.navbar-collapse {
  background-color: #ffffff;
  position: relative;
}

nav .dropdown-menu {
  border: none;
  border-radius: 0;
    background: rgba(7,68,134,0.9);
    padding: 0px;
  top: 68px;
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.16);
  -moz-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.16);
  box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.16);
}

nav .dropdown-menu li {
  min-width: 250px;
    width: 100%;
}

.dropdown-menu a {
    color: #fff !important;
    text-decoration: none;
    text-align: left;
    padding: 15px !important;
    text-transform: none;
    transition: all ease-in-out 0.15s;
    margin-bottom: 0px;
    font-size: 1em;
    line-height: 1em;
    display: block;
    white-space: nowrap;
}

.dropdown-menu a:hover, .dropdown-menu a:focus {
    background-color: #fff ;
    color: #3444dd !important;
}


/* 02 TEXTFORMATIERUNGEN*/

/* Allgemein */

.textblock {
    margin-top: 20px;
    margin-bottom: 20px;
}

.textblock img{
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

.textblock h1 {
    margin-top: 0px;
    line-height: 1.35;
}

.textblock h2 {
    margin-top: 0px;
    line-height: 1.35;
}

.textblock h3 {
    margin-top: 0px;
    line-height: 1.35;
}

.textblock h4 {
    margin-top: 0px;
    line-height: 1.35;
}

.textblock h5 {
    margin-top: 0px;
    line-height: 1.35;
}

.textblock h6 {
    margin-top: 0px;
    line-height: 1.35;
}

.Kein-Abstand {
    margin-bottom: 0px !important;
}

.Leichter-Abstand {
    margin-bottom: 20px !important;
}

.Zentriert {
    text-align: center !important;
}

.Linksbuendig {
    text-align: left !important;
}

.Rechtsbuendig {
    text-align: right !important;
}

.Schwarz {
    color: #000;
} 

.Orange {
    color: #ff4700;
}

.Blau {
    color: #3444dd;
}

.lead-text {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.75em;
}

.alert.alert-success p, .alert.alert-success li{
    color: rgb(60, 118, 61) !important;
    margin: 0px !important;
}

.alert.alert-danger p, .alert.alert-danger li{
    color: #721c24 !important;
    margin: 0px !important;
}

.alert.alert-success ul, .alert.alert-danger ul{
    margin: 0px !important;
}

/*=======Start Symbole=======*/

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination>li {
    display: inline-block;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}


/* YFORM */

.yform {
    margin-bottom: 34px;
}

textarea.form-control {
    resize: vertical !important;
}

.form-control {
    font-size: 16px;
    border-radius: 0px;
    background: #efefef;
    border: 1px solid transparent;
    padding: 18px 12px;
    font-weight: 300;
    min-height: 62px;
}

label.control-label {
    display: none;
}

.form-control:focus {
    border-color: #ff4700;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 71, 0, 0.6);
}

.kontakttitel {
    margin-bottom: 20px;
}

#yform-kontaktstartform-field-23-senden, #yform-kontaktallgform-field-31-senden {
    float: right;
    padding: 4px 32px;
    border-radius: 4px;
}

#yform-kontaktstartform-field-20, #yform-kontaktallgform-field-28 {
    padding: 0px 12px;
    height: 30px;
    min-height: 0px;
}

.input-group-addon {
    padding: 0px;
}

span a.btn.btn-default {
    padding: 3.5px 24px;
    font-size: 14px;
    border-radius: 0px;
    background-color: #fff;
    border-color: #ccc;
    color: #ff4700;
}

span a.btn.btn-default:focus {
    box-shadow: none;
}

/* Link (Button) */

.btn-int {
    padding: 18px 36px;
    background: #ff4700;
    text-align: center;
    font-size: 1.5em;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 4px;
    border: 1px solid transparent;
    -webkit-box-shadow: 0px 8px 20px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 8px 20px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 8px 20px 0px rgba(0,0,0,0.16);
    transition: all 0.15s ease-in-out;
}

.btn-int:hover, .btn-int:focus {
    text-decoration: none;
    background: #3444dd;
    color: #ffffff;
    border: 1px solid transparent;
    -webkit-box-shadow: 0px 8px 22px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 8px 22px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 8px 22px 0px rgba(0,0,0,0.2);
}

.btn.focus, .btn:focus {
    outline: none;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 71, 0, 0.6);
}

/* Dienstleistungen */

.dienstleistungen_block {
	margin: 0px;
	position: relative;
	width: 100%;
	height: 270px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.dienstleistungen_beschreibung {
    width: 100%;
    position: relative;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.dienstleistungen_pd {
    padding: 0px;
}

.dienstleistungen_titel {
	margin: 0px;
    padding: 0px 15px;
    color: #fff;
	font-weight: 300;
	font-size: 1.65em;
    text-transform: uppercase;
}

.dienstleistungen_block:hover .overlay {
	opacity: 1;
}

.dienstleistungen_block:focus .overlay {
	opacity: 1;
}

.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.15s ease-in-out;;
	background: rgba(255,71,0,0.6);
}

/**** Verlinktes Bild mit Text ****/

.gesamt_block {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}

.text_block p {
    color: #000 !important;
    font-size: 1.3em !important;
    line-height: 1.75;
}

.titel_block {
    margin-bottom: 10px;
    margin-top: 30px;
    color: #ff4700 !important;
    font-weight: 300 !important;
}


.bloeckli {
    width: 100%;
    height: auto;
    border-radius: 5px;
    transition: all ease-in-out 0.15s;
    max-width: 360px;
    -webkit-box-shadow: 0px 8px 20px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 8px 20px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 8px 20px 0px rgba(0,0,0,0.16);
}

.bloeckli:hover {
    transition: all ease-in-out 0.15s;
    transform: scale(1.025);
}


/* Columns & Weiteres */

tr {
    border-bottom: 1px solid #ddd;
}

table {
    background-color: #fff;
}

.table-responsive {
    padding-top: 30px;
    padding-bottom: 30px;
}

.img-responsive {
    width: 100%;
}


/* Headings */

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    margin-bottom: 20px;
    color: #000;
    text-transform: uppercase;
}

.container h1 {
    margin-top: 0px;
    font-size: 2.25em;
    font-weight: 300;
}

.container h2 {
    margin-top: 0px;
    font-size: 2em;
    font-weight: 300;
}

.container h3 {
    font-size: 1.75em;
    font-weight: 300;
}

.container h4 {
    font-size: 1.25em;
    font-weight: 300;
}


/* 03 FOOTER */

footer {
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    position: absolute;
    background-color: #343a40;
}

footer a, footer a:focus, footer a:active {
    color: #fff;
    text-decoration: none;
    font-weight: 500 !important;
}

footer a:hover {
    color: #fff;
    text-decoration: underline;
}

footer p{
    color: #fff;
    font-size: 1em;
    margin-bottom: 0px;
}


/**** Carousel Slider ****/

.carousel .container {
    position: relative;
    z-index: 9;
}

.carousel-control-prev, .carousel-control-next {
    font-size: 50px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
    background-color: transparent;
    border: 0;
    z-index: 10;
    background-image: none !important;
}

.carousel-inner > .carousel-item {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.carousel-caption {
    color: #fff;
    position: absolute;
    padding: 265px 15px 0px 15px;
    width: 100%;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    text-shadow: none;
    margin-left: auto;
    margin-right: auto;
    background-image:linear-gradient( rgba(0,0,0,0) 10%, rgba(0,0,0,0.65) 90%);
}

.carousel-caption p {
    text-align: center;
    font-size: 1.75em;
    line-height: inherit;
    margin-bottom: 15px;
    color: #fff;
}

.carousel-caption h2 {
    font-size: 3.25em;
    text-align: center;
    text-transform: none;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1;
    color: #fff;
}

.carousel-inner {
    height: 600px;
}

.carousel-indicators {
    bottom: 30px;
}

.carousel-indicators li {
    background-color: #fff;
    margin-left: 3px !important;
    margin-right: 3px !important;
    width: 14px;
    height: 14px;
    border-radius: 100%;
}

.carousel-indicators .active {
    background-color: #ff4700;
    border: none;
    width: 16px;
    height: 16px;
    border-radius: 100%;
}


/* 04 RESPONSIVE */

@media (max-width: 1199px){
    body {
        padding-top: 80px;
        padding-bottom: 120px;
    }
    nav .company img {
        max-width: 150px;
    }
    nav {
        height: 80px;
        margin-top: -80px;
    }
    nav .dropdown-menu {
        top: 63px;
    }
    #navbarNavDropdown {
        padding-top: 0px;
    }
    .carousel-caption h2{
        font-size: 2.5em;
    }
    .carousel-caption p{
        font-size: 1.25em;
    }
}

@media (max-width: 991px) {
    body {
        padding-bottom: 120px;
    }
    #navbarNavDropdown{
        max-height: 400px;
        top: 24px;
        border: 1px solid #efefef;
        width: 100%;
    }
    nav .dropdown-menu {
        background: none;
    }
    .dropdown-menu a {
        color: #fff !important;
        padding: 10px !important;
        margin-top: 10px;
        background: #3444dd;
        border: 1px solid transparent;
    }
    .dropdown-menu a:hover, .dropdown-menu a:focus {
        text-decoration: none;
        color: #3444dd !important;
        border: 1px solid #3444dd;
    }
    .navbar-collapse {
        overflow-y: auto;
    }
    nav .dropdown-menu {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    nav .dropdown-menu li {
        min-width: 100%;
    }
    nav .company img {
        max-width: 150px;
    }
    .footer-unten {
        position: inherit;
    }
    .navbar-toggler {
        margin-top: 5px;
        outline: none !important;
        padding: .25rem .5rem;
        transition: all ease-in-out 0.15s;
    }
    .navbar-toggler-icon {
        width: 1.2em;
        height: 1.2em;
    }
    .navbar-toggler:hover {
        background: #efefef;
        outline: none;
    }
    nav .navbar .navbar-nav li.nav-item {
        padding: 10px 20px 10px 20px;
    }
    .kontakttitel {
        margin-top: 50px !important;
    }
}

@media (max-width: 767px) {
    body {
        padding-bottom: 120px;
    }
    .container h1 {
        font-size: 1.5em;
    }
    .container h2 {
        font-size: 1.75em;
    }
    #karte {
        height: 450px;
    }
    #karte iframe{
        min-height: 350px !important;
    }
    .parallax_ueberschrift h2 {
        font-size: 2.25em;
    }
    .btn-para {
        font-size: 1em;
    }
    .carousel-caption h2{
        font-size: 2.25em;
    }
    .carousel-caption p{
        font-size: 1.15em;
    }
}
@media (max-width: 417px) {
    body {
        padding-bottom: 140px;
    }
}