/* Cascading Style Sheet for DCH Group */

/* 
DCH Farben
gelb: #ffe300
blau: #204c7c      
*/

/* -----------------------------
		1. GRUNDLAGEN
----------------------------- */

body {
    font-family: 'Roboto', sans-serif;
    width: 100vw;
    min-height: 100vh;
    overflow-x: hidden;
    font-size: 1.2rem;
     display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.container-fluid {
    padding: 50px;
}


/* Extra large devices (large desktops, 1200px and up) */
@media screen and (min-width: 1200px) {
    .container {
        max-width: 1400px;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 765px) { 
    .container-fluid, .container-fluid .col-md-6 {
        padding: 25px 15px;
    }
}

/* -----------------------------
		2. ALLGEMEINE STYLES
----------------------------- */

h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 2.5rem;
}

h2 {
    font-family: 'Chivo', sans-serif;
    font-weight: bold;
    margin-bottom: 1.5rem;
    color: #204c7c;
}

h3 {
    font-family: 'Chivo', sans-serif;
    color: #204c7c;
}

a {
    color: #204c7c;
}

small {
    display: inline-block;
}

/* -----------------------------
		3. ALLGEMEINE KLASSEN
----------------------------- */

/*
    FARBEN 
*/

.text-blue {color: #204c7c;}

.text-yellow {color: #ffe300;}

.bg-blue {
    background-color: #204c7c;
    color: #fff;
}

.bg-lightblue {
    background-color: #204c7c85;
}

.bg-lightgrey {
    background-color: #eee;
}
.bg-yellow {
    background-color: #ffe300;
}

.bg-blue a {
    color: #fff;
}

.btn {
    background-color: #eee;
    font-size: 1.2rem;
    border-radius: 0;
    color: #204c7c;
}

.btn:hover {
    background-color: #204c7c;
    color: #fff;
}

.card {
    border-radius: 0;
}

.card-title {
    font-size: 1.5rem;
}

.owl-nav {
    position: absolute;
    margin-top: -45vh;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 120px;
}


@media (max-width: 578px)  {
.owl-nav {
    display: none;
}
}

.owl-next {
    margin-left: 85vw;
}

.owl-nav span {
    text-shadow: 1px 1px 2px #555;
}

/* -----------------------------
		4. TEMPLATE
----------------------------- */

/* 
    HEADER
*/
    
header {
    width: 100%;
    padding-bottom: 20px;
    background-color: #fff;
    position:absolute;
    z-index: 99;
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 765px) { 
    header {
        position: relative;
        padding-bottom: 0;
    }
}

.header-img {
    min-height: 40vh;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position-x: center;
    background-position-y: 24%;
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 766px) { 
    .header-img-home {
    height: 80vh; 
        }
}

.scene {
    height: 70vh;
    overflow: hidden;
}

.scene .header-img {
    min-height: 70vh;
    background-position: top;
}

.scene h1 {
    color: white;
    text-align: center;
    font-size: 5.5rem;
    margin-top: 29vh;
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 765px) { 
    .scene {
        display:none;
    }
}

.fg {
    overflow-x: hidden;
    overflow-y: visible;
    margin-left: -5%;
    width: 110%;
    margin-top: -2.5%;
    box-shadow: 0 0 10px #00000800;
}



#blue-line {
    border-top: 8px solid #204c7c;
    position: absolute;
    width: 100%;
    background-color: white;
    box-shadow: 0px 0px 10px #204c7c80;
}

#logo {
    position: absolute;
    top: -8px;
    max-width: 250px;
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 765px) { 
    #blue-line {
        position: relative;
        box-shadow: none;
    }
    
     #logo {
        box-shadow: none;
        width: 40%;
    }
}

.navbar-dch {
    font-family: 'Chivo';
    font-weight: bold;
    padding: 0;
}

.navbar-dch .nav-item {
    background-color: #f0f0f0;
    margin-right: 20px;
    font-size: 1.2rem;
}

.navbar-dch .active {
    background-color: #ffe300;
}

.navbar-dch a.nav-link {
    padding: 1rem 1.62rem !important;
}

.navbar-dch .nav-item:hover {
   background-color: #ffe300; 
}

@media (min-width: 769px) {

.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown-toggle::after {
    content: none;
}

.dropdown-menu {
    margin: 0;
    padding: 0;
    min-width: 12rem;
    background-color: #ddd;
    border-radius: 0;
    border: 0;
}

.dropdown-menu a{
    color: #11254d;
    font-weight: normal;
    text-transform: none;
    display: block;
    padding: 10px 15px 8px 10px;
}

.dropdown-menu li {
    border-bottom: 1px solid #bbb; 
    border-top: 1px solid #bbb;
    padding: 0;
}

.dropdown-menu .nav-item {
	margin-right: 0;
	background-color: #fff;
	}

/*.dropdown-menu li:last-child {
    border-bottom: 0;
}   */

.dropdown-menu li:hover {
    background-color: #fff;
}

.dropdown-menu li:hover a, .dropdown-menu li:hover .dropdown-menu li:hover a {
    font-weight: bold;
}

.dropdown-menu li:hover .dropdown-menu a {
    font-weight: normal;
}

.dropdown-menu .dropdown-menu {
    margin-left: 12rem;
    margin-top: -50px;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 5px;
}

.dropdown-menu li:hover .dropdown-menu li:hover a {
    color:  #8B1B2B;
}

.dropdown-menu li:hover .dropdown-menu:before {
    content:  '>';
    color: #8B1B2B;
     width: 14px;
     height: 14px;
     top: 15px;
     left: -20px;
     -webkit-transform: none;
     -moz-transform: none;
     -o-transform: none;
     -ms-transform: none;
     transform: none;
}
}

@media (min-width: 769px) and (max-width: 1199px) { 
    .navbar a {
        font-size: 17px;
    }
    
    .navbar li, .dropdown {
        padding: 5px 8px 10px 5px;
    }
}

/* SIDEBAR */

.sidebar { 
    background-color: #fff; 
    border: 1px solid #bbb;
    width: 100%;
    padding: 0;
}
.displaySidebar {
    right:0px !important;
    transition: right 1s;
    -webkit-transition: right 1s;
    -moz-transition: right 1s;
    -o-transition: right 1s;
}

#mySidebar { 
    position:fixed; 
    top:0; 
    right:-400px; 
    width: 100%; 
    max-width: 400px;
    height: 100%; 
    background-color: #204c7ccc; 
    z-index:9999; 
    padding: 0; 
    overflow:scroll;
    transition: right 1s;
    -webkit-transition: right 1s;
    -moz-transition: right 1s;
    -o-transition: right 1s;
}
#mySidebar .close {
    color: #11254d;
    background-color: #fff;
    opacity: 1;
    right: 30px;
    top: 10px;
    box-shadow: 1px 1px 2px #11254d;
    text-shadow: none;
    line-height: 0;
    height: 40px;
    width: 40px;
}

.sidebar a {
    line-height: 240%;
    padding: 0 10px;
    display: block;
}

.sidebar a:hover {
    font-weight: bold;
}

.sidebar ul {
    list-style: none;
    padding: 0;
}

.sidebar ul li {
    width: 100%;
    display: block;
    background-color: #204c7c;
    border-bottom: 1px solid #bbb;
}

.sidebar ul li a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}

.sidebar ul li ul li {
    background-color: #fff;
}

.sidebar ul li ul li a {
    color: #11254d;
    text-transform: none;
    font-weight: normal;
}

.sidebar ul li ul li ul li {
    background-color: #fff;
    padding-left: 10px;
}

/*
    CONTENT
*/
main {
    flex: 1 auto;
}

main, section {
    padding-top: 5vh;
    padding-bottom: 5vh;
}

main .navbar-dch .nav-item {
    margin-right: 10px;
}

main .navbar-dch a.nav-link {
    padding: 0.5rem 1rem !important;
}

.video {
    height: auto;
    max-height: 450px;
    width: 100%;
}

.card-header {
    height: 200px;
    overflow: hidden;
}

/*
    FOOTER
*/

footer .container {
    padding-top: 50px;
    padding-bottom: 50px;
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 765px) { 
    footer .col-md-3 {
        padding: 5px 15px;
    }
}

/* -----------------------------
		5. SONSTIGES
----------------------------- */

/* chivo-regular - latin */
@font-face {
  font-family: 'Chivo';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/chivo-v10-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Chivo Regular'), local('Chivo-Regular'),
       url('../fonts/chivo-v10-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/chivo-v10-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/chivo-v10-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/chivo-v10-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/chivo-v10-latin-regular.svg#Chivo') format('svg'); /* Legacy iOS */
}

/* chivo-700 - latin */
@font-face {
  font-family: 'Chivo';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/chivo-v10-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Chivo Bold'), local('Chivo-Bold'),
       url('../fonts/chivo-v10-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/chivo-v10-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/chivo-v10-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/chivo-v10-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/chivo-v10-latin-700.svg#Chivo') format('svg'); /* Legacy iOS */
}

/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v18-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Roboto Light'), local('Roboto-Light'),
       url('../fonts/roboto-v18-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v18-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v18-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v18-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v18-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}


/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v18-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Bold'), local('Roboto-Bold'),
       url('../fonts/roboto-v18-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v18-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v18-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v18-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v18-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}