
/* raleway-regular - latin */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/raleway-v28-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''), url('fonts/raleway-v28-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/raleway-v28-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/raleway-v28-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('fonts/raleway-v28-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/raleway-v28-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-regular - latin-ext_latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/source-sans-pro-v21-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''), url('fonts/source-sans-pro-v21-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/source-sans-pro-v21-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/source-sans-pro-v21-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
    url('fonts/source-sans-pro-v21-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/source-sans-pro-v21-latin-ext_latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://example.com/MaterialIcons-Regular.eot); /* For IE6-8 */
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(fonts/MaterialIcons-Regular.woff2) format('woff2'), url(https://example.com/MaterialIcons-Regular.woff) format('woff'), url(https://example.com/MaterialIcons-Regular.ttf) format('truetype');
}

{
    /* all */
        
    line-height: 130%;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px; /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

    /* Rules for sizing the icon. */
    .material-icons.md-18 {
        font-size: 18px;
    }

    .material-icons.md-24 {
        font-size: 24px;
    }

    .material-icons.md-36 {
        font-size: 36px;
    }

    .material-icons.md-48 {
        font-size: 48px;
    }

    /* Rules for using icons as black on a light background. */
    .material-icons.md-dark {
        color: rgba(0, 0, 0, 0.54);
    }

    .material-icons.md-dark.md-inactive {
        color: rgba(0, 0, 0, 0.26);
    }

    /* Rules for using icons as white on a dark background. */
    .material-icons.md-light {
        color: rgba(255, 255, 255, 1);
    }

    .material-icons.md-light.md-inactive {
        color: rgba(255, 255, 255, 0.3);
    }

* {
  line-height: 125%;    
}

body {
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 20px;
  color: #777;
}


a, a:visited {
    color: #74be29 !important;
    text-decoration: none;
}

    a:hover, a:active {
        color: #74be29 !important;
        text-decoration: none;
    }


h1 {
    color: #74be29;
    font-size: 23px;
}
h2 {
    color: #74be29;
    font-size: 16px;
}



.links {
        text-align: left;
}
.rechts {
        text-align: right;
}
.mitte {
    vertical-align: middle;
}

.unten {
    vertical-align: bottom;
}

.pad5 {
    padding: 5pt;
}
.mar5 {
    margin: 5pt;
}

.linksspace {
    margin-left: 10pt;
}

.material-icons {
     font-size: 12px;
}
.medicon {
     font-size: 30px;
     /*ff6a00*/
}
.bigicon {above-nav
     font-size: 100px;
     /*ff6a00*/
}

.size12em {
    font-size: 1.2em;
}

.size13 {
    font-size: 1.3em;
}
.size14 {
    font-size: 1.4em;
}above-nav
.size16 {
    font-size: 1.6em;
}
.size18 {
    font-size: 1.8em;
}

.above-nav {
  height: 100px;
}

@media screen and (max-width: 790px) {
    .above-nav {
        height: auto;
    }
}

/* navbar */
.navbar {
    border-bottom: 1px solid #444;
    border-top: 1px solid #444;
    /*background-image: linear-gradient(90deg, #437461, #36c58d);
    background-image: linear-gradient(90deg, #8da83b, #81a11f);*/
    background-image: linear-gradient(90deg, #74be29, #6fd379);
}
.navbar nav {
     padding-left: 30px;
}
.navbar {
  margin-bottom: 20px;
}

.dropdown-menu {
    /*background-image: linear-gradient(90deg, #437461, #36c58d);*/
    background-image: linear-gradient(90deg, #74be29, #6fd379);
    border-radius: 0;
}

.dropdown-item {
    font-size: 1.2em;
}
.nav-link {
    font-size: 1.2em;
}

.navbar a, .navbar a:visited {
    color: #ffffff !important;
}
    .navbar a:hover, .navbar a:active {
        /* color: #36c58d !important; */
        color: #437461 !important;
    }

.dropdown-menu a, .dropdown-menu a:visited, .dropdown-menu a:active {
    color: #ffffff !important;
}
.dropdown-menu a:hover {
    color: #ffffff !important;
    background-color: #84cce7;
}

/* NEU */

/**********************************
Responsive navbar-brand image CSS
- Remove navbar-brand padding for firefox bug workaround
- add 100% height and width auto ... similar to how bootstrap img-responsive class works
***********************************/

.navbar-brand {
  padding: 0px;
  display: block;
  height: 65px;
  width: 295px;

}
.navbar-brand>img {
  height: 65px;
  width: 295px;
  display: block;
}

.nav-item {
  border-right: 1px solid white;    
}

.nav-link {
    font-size: 1.4em;
}

#navbarNavDropdown {
    padding-left: 30px;
}
#navbarsExample05 {
    padding-left: 30px;
}

/* EXAMPLE 3

line height is 20px by default so add 30px top and bottom to equal the new .navbar-brand 80px height  */
.example3 .navbar-brand {
    height: 85px;
}

.example3 .nav >li >a {
  padding-top: 30px;
  padding-bottom: 30px;
}
.example3 .navbar-toggle {
  padding: 10px;
  margin: 25px 15px 25px 0;
}


/* CSS Transform Align Navbar Brand Text ... This could also be achieved with table / table-cells */
.navbar-alignit .navbar-header {
 -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  height: 60px;
}
.navbar-alignit .navbar-brand {
	top: 50%;
	display: block;
	position: relative;
	height: auto;
	transform: translate(0,-50%);
	margin-right: 15px;
  margin-left: 15px;
}

.navbar-nav>li>.dropdown-menu {
	z-index: 9999;
}

.above-nav {
    /*    background-repeat: repeat;
   background-image: url(/bilder/abovebg.jpg);

        background-color: #8da83b;
    */
}

.thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
}

.thumbnail img {
    width: 50%;
    height: 50%;
    margin-bottom: 10px;
}

/* MARKETING CONTENT
-------------------------------------------------- */

.marketing {
    background-color: #ffffff;
}

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
  font-size: 16pt;
  padding-top: 10pt;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}

.marketing h3 {
  font-weight: normal;
  font-size: 13pt;
  padding-top: 10pt; 
  font-weight: 500;
  line-height: 125%;
}

.marketing p {
  font-weight: 400;
  font-size: 13pt;
  padding-top: 10pt; 
  color: #555;
}

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 3rem 0; /* Space out the Bootstrap <hr> more */
  border-color: #437461;
}

.featurette-header {
  margin: 3rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;

  letter-spacing: -.05rem;
  padding-top: 0pt;
  margin-top: 20pt;
}

.featurette-image {
 max-width: 100%;
}


.lead {
    color: #333;
    line-height: 130%;
}

#map {
    border-top: 1px solid #7b92a9;
    border-bottom: 1px solid #7b92a9;
}

.bordertop1 {
    border-top: 1px solid #437461;
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 50%;
    position: relative;
    height: 0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

#h1look {
    color: #7b92a9;
    font-size: 33px;
    line-height: 100%;
    top: 0;
    padding-top: 0;
}

.tabletag {
    font-weight: 500;
    color: #7b92a9;
}
.tabletagthinner {
    font-weight: 400;
    color: #7b92a9;
}

.fresh {
    color: #74be29;
}

.topmarginB {
    margin-top: 25pt;
}

.table-borderless td,
.table-borderless th {
    border: 0;
}

#bot {
    /*background-image: linear-gradient(90deg, #437461, #36c58d);*/
    background-image: linear-gradient(90deg, #74be29, #6fd379);
    min-height: 100px;
    border-top: 1px solid #8da83b;
    border-bottom: 1px solid #8da83b;
    color: white;
    font-size: 1.0em;
}

#bot a, .dropdown-menu a:visited {
    color: #ffffff !important;
}
#bot a:hover, .dropdown-menu a:active {
    color: #7b92a9 !important;
}

.docenter {
     text-align: center;
}

.mini {
    font-size: 9pt;
}

#minis {
     font-size: 9pt;   
}

.thumbsup ul  {
    list-style-image: url('/bilder/daumenhoch.jpg');
}
.thumbsdown ul {
    list-style-image: url('/bilder/daumenrunter.jpg');
}
.thumbsup ul li, .thumbsdown ul li {
    min-height: 35pt;
}

.singleborder {
    border-bottom: 1px solid #437461;
}
.singleborderoben {
    border-top: 1px solid #437461;
}

.dobold {
    font-weight: 600;
}

.iconcol1 {
    color: #437461;
}
.iconcol2 {
    color: #1a2457;
}
.iconcol3 {
    color: #732d2d;
}
.iconcol4 {
    color: #4cff00;
}
.iconcol5 {
    color: #ff6a00;
}

#cookiedingsbums {
    bottom: 0;
    padding:3pt;

}

.dropdown-divider {
    border-color: white;
}

#cookiedingsbums a {
    color: #000;
    text-decoration: none;
}

#cookiedingsbums a:hover {
    text-decoration: underline;
}

#cookiedingsbums div {
    padding: 10px;
    padding-right: 40px;
}

#cookiedingsbums {
    outline: 1px solid #7b92a9;
    text-align: right;
    border-top: 1px solid #fff;
    background: #d6e0eb;
    background: -moz-linear-gradient(top, #d6e0eb 0%, #f2f6f9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6e0eb), color-stop(100%,#f2f6f9));
    background: -webkit-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%);
    background: -o-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%);
    background: -ms-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%);
    background: linear-gradient(to bottom, #d6e0eb 0%,#f2f6f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6e0eb', endColorstr='#f2f6f9',GradientType=0 );
    position: fixed;
    bottom: 0px;
    z-index: 10000;
    width: 100%;
    font-size: 12px;
    line-height: 16px;
}

#cookiedingsbumsCloser {
    color: #777;
    font: 14px/100% arial, sans-serif;
    position: absolute;
    right: 5px;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    top: 5px;
    cursor: pointer;
    border-top: 1px solid white;
    border-left: 1px solid white;
    border-bottom: 1px solid #7b92a9;
    border-right: 1px solid #7b92a9;
    padding: 4px;
    background: #ced6df; /* Old browsers */
    background: -moz-linear-gradient(top, #ced6df0%, #f2f6f9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ced6df), color-stop(100%,#f2f6f9));
    background: -webkit-linear-gradient(top, #ced6df0%,#f2f6f9 100%);
    background: -o-linear-gradient(top, #ced6df0%,#f2f6f9 100%);
    background: -ms-linear-gradient(top, #ced6df0%,#f2f6f9 100%);
    background: linear-gradient(to bottom, #ced6df0%,#f2f6f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ced6df', endColorstr='#f2f6f9',GradientType=0 );
}

    #cookiedingsbumsCloser:hover {
        border-bottom: 1px solid white;
        border-right: 1px solid white;
        border-top: 1px solid #7b92a9;
        border-left: 1px solid #7b92a9;
    }

#myCarousel {
    height: 100vh;
    width: 100%;
    border-top: 1px solid #7b92a9;
    border-bottom: 1px solid #7b92a9;
}
.carousel-inner {
    height: 100%;
}

.desk-img {
    display: block;
}

.mobile-img {
    display: none;
}

@media (max-width: 1000px) {
    .desk-img {
        display: none !important;
    }

    .mobile-img {
        display: block;
    }
}
    .ulli {
        font-size: 1.0em;
    }

    .table.table-condensed tr th {
        border-bottom: 1px solid #7b92a9;
    }

    .table.table-condensed tr td {
        border-bottom: 1px solid #7b92a9;
    }

    .alertrot {
        color: red;
    }

.listeA {
    padding:5pt;
}