@import url('https://fonts.googleapis.com/css?family=Open+Sans|Rambla:400,700|Montserrat:400,800');



/* Globale Definitionen
---------------------------------------------------------------------------------------------- */
* {
    box-sizing:border-box;
}

html, body {
    height: 100%;
}

img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

@-moz-document url-prefix() {  
    img{
        width: 100%;
        max-width: 100%;
    }
}

.container {
    width: 1120px !important;
}

/* Schriftdefinitionen
---------------------------------------------------------------------------------------------- */
/* Grundschrift */
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #333;
    line-height: 1.7em;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
}

h1 { font-size: 1.7em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1.0em; }



/* Textbausteine
---------------------------------------------------------------------------------------------- */
p {
    margin-top: 20px;
}

.ce-bodytext {
    padding: 0 30px;
}

hr {
    border: 1px solid #5c5c5c;
    margin: 70px 15%;
}


/* Anchors / Links
---------------------------------------------------------------------------------------------- */

a {
    color: #07aad2;
    text-decoration: none;
}

a:hover {
    color: #07aad2;
    text-decoration: underline;
}

/* Colors
---------------------------------------------------------------------------------------------- */
.person,
.pink {
    background-color: #ee1d51!important;
}

.vortrag,
.green {
    background-color: #bed63a!important;
}

.coaching,
.blue {
    background-color: #07aad2!important;
}

.media,
.black {
    background-color: #303030!important;
}


/* Menu
---------------------------------------------------------------------------------------------- */
.fixed-top {
    position: fixed;
    z-index: 100;
    width: 100%;

}
#menu {
    margin-top: 82px;
    padding-right: 0px;
}

#menu-bgr {
    background-color: #303030;
    /* height: 110px; */
}

#menu a,
#submenu a {
    /* font-family: 'Rambla', sans-serif; */
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 1em;
    text-decoration: none;
    text-transform: uppercase;
    /* letter-spacing: 3px; */
    color: #fff;
}

#submenu a {
    /* text-transform: none; */
    font-size: 0.9em;
    letter-spacing: 1px;
}

#menu a:hover,
#menu a:focus {
    color: #ccc;
}

#menu a.aktiv,
#submenu a.aktiv {
    text-decoration: underline;
}

.logo img {
    margin: 20px 0;
    height: 90px;
    width: auto;
}

#menu nav ul,
#submenu nav ul {
    list-style-type: none;
    float: right;
    color: white;
    width: 100%;
    text-align: right;
    margin: 0;
    padding: 0;
}

#menu nav li,
#submenu nav li {
    display: inline;
    padding: 0 10px;
}

#menu nav li:last-child,
#submenu nav li:last-child {
    padding-right: 0;
}

.submenu_level_1 {
    margin-top: 5px !important;
}


#menu .menu_level_2,
#menu .menu_level_3,
#menu .menu_level_4 {
    display: none;
}


#submenu {
    padding-right: 0;
    height: 40px;
}

#submenu-bgr {
    background-color: #bbb;
}



/* Slide
---------------------------------------------------------------------------------------------- */
#clearfix_top {
    padding-top: 130px;
}

#slide {
    overflow: hidden;
}



/* h1-Titel/Teasers
---------------------------------------------------------------------------------------------- */

h1,
.fullwidth h1 a,
.fullwidth h1 {
    font-weight: bold;
    font-size: 50px;
    line-height: 90px;
    padding: 10px;
    color: white;
    display: inline;
    -webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
}

.fullwidth h1 a:hover {
    text-decoration: none;
}

.fullwidth_image h1 > a {
    padding-left: 15px;
    padding-right: 15px;
}

.fullwidth_image header {
    margin-left: 30px;
    position: absolute;
    z-index: 10;
    top: 160px;
}



/* Content
---------------------------------------------------------------------------------------------- */
.col-5,
.col-6,
.col-7 {
    padding: 0 !important;
}

h2 {
    margin-top: 30px;
}

h3 a {
    color: #07aad2;
}

.infinityedge {
    padding: 0;
}

#all-content {
    background-color: #f5f5f5;
}

#content_wrap {
    padding-top: 100px;
    padding-bottom: 50px;
}

.row.fullwidth_image,
.row.fullwidth_teaser {
    margin: 0;
    padding-top: 60px;
}

.fullwidth_image .ce-bodytext {
    margin-top: 80px;
}

.fullwidth_image .ce-gallery img {
    height: 200px;
}

#c77 img {
    max-height: 80px;
    max-width: 200px;
}


/* Slick slider
-------------------------------- */
.slick-slide {
    height: auto !important;
}

.slick-prev {
    left: 10px;
    z-index: 99;
}

.slick-next {
    right: 10px;
    z-index: 99;
}


/* Back to top
---------------------------------------------------------------------------------------------- */

.backtotop {
    background-color: #f5f5f5;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 30px;
}

.backtotop img {
    width: 100px;
    height: auto;
}

.backtotop h3 {
    font-size: 20px;
    font-weight: 700;
    padding-top: 10px;
}

.backtotop a {
    color: #6a6a6a;
}



/* Footer Social-Media
---------------------------------------------------------------------------------------------- */

.social-media {
    text-align: center;
}

.social-media img {
    width: 80%;
    height: auto;
    padding-bottom: 80px;
}





/* Footer
---------------------------------------------------------------------------------------------- */

#footer {
    background-color: #f5f5f5;
    color: white;
    line-height: 40px;
    padding-top: 40px;
}

#footer a {
    color: #fff;
}

#footer img {
    width: 40px;
    right: 0;
    margin: auto;
    display: block;
    top: 19px;
    position: absolute;
}

#footer .col-4 {
    background-color: #303030;
    height: 320px;
    padding-top: 40px;
}

#footer .col-4:first-child {
    margin-left: -30px;
    margin-right: 30px;
}

#footer .col-4:nth-child(2) {
    text-align: center;
}

#footer .col-4:last-child {
    margin-left: 30px;
    margin-right: -30px;
}




/* #language
---------------------------------------------------------------------------------------------- */
#language ul {
    padding-top: 5px;
    padding-left: 10px;
    margin: 0;
    float: right;
    font-size: 0.7em;
}
   
  #language ul li {
    list-style: none;
    float: left;
    width: auto;
  }
   
  #language a {
    padding-left: 10px;
    padding-right: 0px;
    }
   
  #language a:hover {
    color: #07aad2;
    }
   
  #language a.aktiv {
    color: #07aad2;
    }