/* CSS Document for mobile styling*/


/* bree-serif-regular - latin */

@font-face {
    font-family: 'Bree Serif';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/bree-serif-v17-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local(''), url('/fonts/bree-serif-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/bree-serif-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('/fonts/bree-serif-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('/fonts/bree-serif-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/fonts/bree-serif-v17-latin-regular.svg#BreeSerif') format('svg');
    /* Legacy iOS */
}


/* roboto-regular - latin */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/roboto-v30-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local(''), url('/fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('/fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('/fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/fonts/roboto-v30-latin-regular.svg#Roboto') format('svg');
    /* Legacy iOS */
}


/* roboto-700 - latin */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/roboto-v30-latin-700.eot');
    /* IE9 Compat Modes */
    src: local(''), url('/fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('/fonts/roboto-v30-latin-700.woff') format('woff'), /* Modern Browsers */
    url('/fonts/roboto-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/fonts/roboto-v30-latin-700.svg#Roboto') format('svg');
    /* Legacy iOS */
}


/* iPad retina in portrait & landscape
*/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    /* STYLES GO HERE */
    .navbar-default .navbar-nav>li>a {
        font-size: 10px !important;
    }
    #logo img {
        margin-top: 6px !important;
    }
    /* iPad retina in portrait & landscape
*/
    .dropdown-menu>li>a {
        font-size: 10px !important;
    }
    .copyright {
        width: 94% !important;
    }
}


/* change Breakpoint */

@media (max-width: 1020px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}


/* iPad in portrait
*/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    /* STYLES GO HERE */
    .navbar-default .navbar-nav>li>a {
        font-size: 12px !important;
        padding-left: 4px;
        padding-right: 4px;
    }
    .dropdown-menu>li>a {
        font-size: 12px;
    }
    #main img {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    #logo img {
        width: 25% !important;
        height: 25% !important;
        margin-top: 11px !important;
        margin-left: 8px !important;
        border-radius: 0px !important;
    }
    .carousel {
        width: 100%;
        height: 420px !important;
        overflow: hidden;
    }
    .linkespalte,
    .rechtespalte {
        position: relative;
        float: left;
        width: 100% !important;
    }
    .linkespalte {}
    .rechtespalte {
        position: relative;
        float: left !important;
        width: 100% !important;
    }
    .rechtespalte {
        padding-top: 0px;
    }
    .copyright {
        width: 92% !important;
    }
    .container.navcontainer {
        display: flex;
        width: 100%;
    }
    .col-md-3.headerlogo {
        width: 50%;
    }
    .col-md-9.headernav {
        width: 50%;
    }
    #logo {
        position: relative;
        top: 5px;
        padding: 13px 0px;
    }
    .navbar-header {
        margin-top: 20px;
    }
    .navbar-collapse.collapse {
        float: right;
        width: 100%;
    }
    #logo img {
        width: auto !important;
        height: auto !important;
        margin-top: 0px !important;
        margin-left: 8px !important;
        border-radius: 0 !important;
        max-width: 261px;
    }
}


/* iPad in landscape*/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    /* STYLES GO HERE */
    .carousel {
        width: 100%;
        height: 420px !important;
        overflow: hidden;
    }
    .carousel .item {
        background-position: -0px -40px !important;
        background-size: 100% !important
    }
    .navcontainer {
        width: 1080px !important;
        margin-bottom: 0px;
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 14px !important;
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 12px !important;
        padding-left: 4px;
        padding-right: 4px;
    }
    .dropdown-menu>li>a {
        font-size: 12px;
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .container {
        width: 100% !important;
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 16px !important;
    }
}


/*iPhone 5 & 5S in portrait & landscape*/

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {}


/*iPhone 5 & 5S in landscape*/

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
    /* STYLES GO HERE */
}


/*iPhone 5 & 5S in portrait*/

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: portrait) {
    /* STYLES GO HERE */
}


/*iPhone 6 in portrait & landscape*/

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
    /* STYLES GO HERE */
}


/*iPhone 6 in landscape*/

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
    /* STYLES GO HERE */
}


/*iPhone 6 in portrait*/

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait) {
    /* STYLES GO HERE */
}


/*iPhone 6 Plus in portrait & landscape*/

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
    /* STYLES GO HERE */
}


/*iPhone 6 Plus in landscape*/

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: landscape) {
    /* STYLES GO HERE */
}


/*iPhone 6 Plus in portrait*/

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: portrait) {
    /* STYLES GO HERE */
}


/*iPhone 5 & 5S Media Queries
iPhone 5 & 5S in portrait & landscape*/

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    /* STYLES GO HERE */
    .headerlogo {
        position: absolute !important;
        top: -18px;
        left: 10px;
        width: 100%;
        display: flex;
    }
    .headernav {
        position: relative !important;
        top: 0px;
        left: 10px;
        width: 100% !important;
    }
    .navbar-default .navbar-nav>li>a:hover {
        color: #fff;
        background-color: rgba(102, 153, 204, 0.2);
        border-radius: 0 0;
    }
    .navbar-default .navbar-nav>li>a:active {
        color: #fff;
        background-color: rgba(102, 153, 204, 0.4);
        border-radius: 0 0;
    }
    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:focus,
    .navbar-default .navbar-nav>.active>a:hover,
    .navbar-default .navbar-nav>.dropdown>a:hover {
        color: #fff;
        background-color: rgba(102, 153, 204, 0.5);
        border-radius: 0 0;
        border-bottom: 0px;
    }
    .dropdown-menu>li>a {
        font-size: 11px !important;
    }
    .size-portrait {
        width: 100% !important;
        margin-top: 0px;
    }
    .headerlogo img {
        width: 60% !important;
        heigth: 75% !important;
        max-height: 40px;
    }
    .navcontainer {
        height: 60px !important;
    }
    .entry-title {
        font-size: 38px !important;
    }
    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 12px;
        margin-right: 0px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        z-index: 999 !important;
    }
    .navbar-ex1-collapse {
        position: relative;
        float: left;
        bottom: 0px !important;
        margin-top: 00px;
        width: 100% !important;
    }
    .carousel {
        width: 100%;
        height: 140px !important;
        overflow: hidden;
    }
    .carousel .item {
        height: 160px !important;
    }
    .linkespalte,
    .rechtespalte {
        position: relative;
        float: left;
        width: 100% !important;
    }
    .linkespalte img {
        width: 100% !important;
        margin-top: 0px;
        margin-bottom: 12px;
    }
    .size-portrait {
        width: 100% !important;
        margin-top: 0px;
    }
    .rechtespalte {
        position: relative;
        float: left !important;
        width: 100% !important;
        margin-top: 8px;
        padding-top: 0px !important;
        margin-bottom: -68px;
    }
    .panel-title-inner {
        position: relative;
        font-size: 13px !important;
        min-height: 46px;
        height: auto;
        line-height: 28px;
        padding-top: 8px;
    }
    #colophon {
        position: relative;
        padding: 10px 0;
        margin-top: 60px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: portrait) {
    /* STYLES GO HERE */
    .headerlogo img {
        width: 60% !important;
        /* height: 75% !important; */
    }
    .navcontainer {
        height: 60px !important;
    }
    .entry-title {
        font-size: 32px !important;
        text-align: left;
    }
    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 12px;
        margin-right: 0px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        z-index: 999 !important;
    }
    .navbar-ex1-collapse {
        position: relative;
        float: left;
        bottom: 0px !important;
        margin-top: 00px;
        width: 100% !important;
    }
    .carousel {
        width: 100%;
        height: 180px !important;
        overflow: hidden;
    }
    .carousel .item {
        background-position: -0px -40px !important;
        background-size: 120% !important
    }
    .linkespalte,
    .rechtespalte {
        position: relative;
        float: left;
        width: 100% !important;
    }
    .linkespalte img {
        width: 100% !important;
        margin-top: 0px;
        margin-bottom: 12px;
    }
    .rechtespalte {
        position: relative;
        float: left !important;
        width: 100% !important;
        margin-top: 8px;
        padding-top: 0px !important
    }
    #main img {}
    .panel-title-inner {
        position: relative;
        font-size: 12px !important;
        height: auto;
        min-height: 46px;
        line-height: 28px;
        padding-top: 8px;
    }
    .navbar-collapse {
        width: 100% !important;
        min-height: 240px;
    }
    .navbar {
        min-height: 50px;
    }
}


/*iPhone 5 & 5S in landscape*/

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (max-width: 568px) and (orientation: landscape) {
    /* STYLES GO HERE */
    .headerlogo {
        position: relative;
        top: -18px;
        left: 10px;
        width: 100%;
        max-height: 60px
    }
    .headernav {
        position: relative !important;
        top: 20px;
        left: 10px;
        width: 100% !important;
    }
    .navbar-ex1-collapse {
        position: relative;
        float: left;
        bottom: 0px !important;
        margin-top: 00px;
        height: auto;
        padding-bottom: 20px;
        width: 100% !important;
    }
    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: -8px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }
    .navbar-toggle {
        z-index: 999 !important;
    }
    #logo {
        z-index: 2 !important;
        width: 60% !important;
    }
    .carousel {
        width: 100%;
        height: 220px !important;
        overflow: hidden;
    }
    .carousel .item {
        background-position: -0px -40px !important;
        background-size: 100% !important;
        height: 200px !important;
    }
    .panel-title-inner {
        font-size: 18px !important;
        min-height: 46px;
        line-height: 28px;
        padding-top: 8px;
    }
    .linkespalte img {
        width: 100% !important;
        margin-top: 0px !important;
    }
    .copyright {
        width: 89% !important;
    }
}

.panel-default>.panel-heading {
    height: auto;
    position: relative;
    padding-left: 40px;
}


/*iPad mini in portrait & landscape*/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    /* STYLES GO HERE */
}


/*iPad mini in landscape*/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    /* STYLES GO HERE */
}


/*iPad mini in portrait*/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    /* STYLES GO HERE */
}

.entry-meta {
    display: none !important;
}

@media screen and (min-width: 1200px) {
    /*#bodywrapper {position:relative; width:auto; min-width:1100px;} */
}

@media screen and (min-width:568px) and (max-width:767px) and (min-device-width:1199px) {
    /*.container {
	min-width: 1170px !important;
	width: 1170px !important;
	
}*/
    #logo {
        position: absolute
    }
    #logo img {
        width: 248px;
    }
    .navbar-collapse {
        width: 100% !important;
        min-height: 240px;
    }
    .headerlogo {
        height: 8px !important;
    }
    .container,
    #main {
        max-width: 100% !important
    }
    .carousel {
        width: 100%;
        height: 380px !important;
        overflow: hidden;
    }
    .navbar-default .navbar-nav>li>a,
    .dropdown a {
        font-size: 14px !important;
    }
    .navbar-nav>li>a {
        padding-left: 6px !important;
        padding-right: 6px !important;
    }
}

@media screen and (min-width:568px) and (max-width:992px) {
    .size-portrait {
        width: 100% !important;
        margin-top: 0px;
    }
}

@media screen and (min-width:568px) and (max-width:992px) and (min-device-width:1199px) {
    /*

#logo{ text-align:right;}
#logo img{ position:relative; margin-left:-208px; width:248px;}
.navcontainer { min-width:920px;}*/
    .headerlogo {
        height: 8px !important;
    }
    .container,
    #main {
        max-width: 100% !important
    }
    .carousel {
        width: 100%;
        height: 380px !important;
        overflow: hidden;
    }
    .navbar-default .navbar-nav>li>a,
    .dropdown a {
        font-size: 14px !important;
    }
    .navbar-nav>li>a {
        padding-left: 6px !important;
        padding-right: 6px !important;
    }
}

@media screen and (min-width:568px) and (max-width:767px) and (min-device-width:1199px) {
    #logo {
        top: -40px;
        width: 60%;
    }
}

@media screen and (max-width:568px) and (min-device-width:1199px) {
    #logo {
        position: absolute;
        top: -40px;
        width: 248px;
        height: auto;
    }
    .carousel {
        width: 100%;
        height: 180px !important;
        overflow: hidden;
    }
    .linkespalte,
    .rechtespalte {
        position: relative;
        float: left;
        width: 100% !important;
    }
    .linkespalte img {
        width: 100% !important;
        margin-top: 0px;
        margin-bottom: 12px;
    }
    .rechtespalte {
        position: relative;
        float: left !important;
        width: 100% !important;
        margin-top: 8px;
        padding-top: 0px !important
    }
    .panel-title-inner {
        position: relative;
        font-size: 18px !important;
        height: auto;
        min-height: 46px;
        line-height: 28px;
        padding-top: 8px;
    }
    #menu-main-menu {
        width: 100% !important;
    }
    .navbar-collapse {
        width: 100% !important;
        min-height: 240px;
    }
    .navbar {
        min-height: 68px;
    }
    .carousel .item {
        height: 240px !important;
    }
}

@media screen and (min-width:768px) and (max-width:1199px) and (min-device-width:1199px) {
    #logo img {
        position: absolute;
        top: 6px;
        width: 209px;
        height: 38px;
    }
    .navcontainer {
        height: 60px !important;
    }
    .panel-title-inner {
        position: relative;
        font-size: 15px !important;
        height: 46px;
        line-height: 28px;
        padding-top: 8px;
    }
    .navbar-nav>li>a {
        padding-left: 6px !important;
        padding-right: 9px !important;
    }
    .container {
        width: auto !important;
        margin: 0px auto;
    }
}

@media screen and (min-width:568px) and (max-width:992px) and (min-device-width:1199px) {
    .panel-title-inner {
        position: relative;
        font-size: 11px !important;
        height: auto;
        min-height: 46px;
        line-height: 28px;
        padding-top: 8px;
    }
}

@media (min-width: 992px) {
    .copyright {
        width: 94.5% !important;
    }
}

@media only screen and (max-width: 479px) {
    .thumbnail {
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        border: none;
        border-radius: 0px;
        float: none;
    }
    #caption-last {
        margin: 0 auto;
    }
    .alignleft {
        clear: both;
        float: none;
        width: 100%;
    }
    img .alignleft {
        width: 100%
    }
}


/* Samsung Galaxy S3*/

@media only screen and (min-device-width: 719px) and (max-device-width: 721px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    #logo {
        position: absolute;
        top: -44px;
        width: 60%;
        height: auto;
    }
    .carousel {
        width: 100%;
        height: 180px !important;
        overflow: hidden;
    }
    .carousel .item {
        background-position: -0px -40px !important;
        background-size: 100% !important
    }
    .linkespalte,
    .rechtespalte {
        position: relative;
        float: left;
        width: 100% !important;
    }
    .linkespalte img {
        width: 100% !important;
        margin-top: 0px;
        margin-bottom: 12px;
    }
    .rechtespalte {
        position: relative;
        float: left !important;
        width: 100% !important;
        margin-top: 8px;
        padding-top: 0px !important
    }
    .navbar-collapse {
        min-width: 320px !important;
    }
    .panel-title-inner {
        position: relative;
        font-size: 18px !important;
        height: auto;
        min-height: 46px;
        line-height: 28px;
        padding-top: 8px;
    }
}

@media only screen and (device-width: 1280px) and (device-height: 720px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    #logo {
        position: absolute;
        top: -44px;
        width: 60%;
        height: auto;
    }
    .carousel {
        width: 100%;
        height: 220px !important;
        overflow: hidden;
    }
    .carousel .item {
        background-position: -0px -40px !important;
        background-size: 100% !important
    }
    .linkespalte,
    .rechtespalte {
        position: relative;
        float: left;
        width: 100% !important;
    }
    .linkespalte img {
        width: 100% !important;
        margin-top: 0px;
        margin-bottom: 12px;
    }
    .rechtespalte {
        position: relative;
        float: left !important;
        width: 100% !important;
        margin-top: 8px;
        padding-top: 0px !important
    }
    .navbar-collapse {
        min-width: 320px !important;
    }
    .panel-title-inner {
        position: relative;
        font-size: 18px !important;
        height: auto;
        min-height: 46px;
        line-height: 28px;
        padding-top: 8px;
    }
    .copyright {
        width: 90% !important;
    }
    #colophon {
        position: relative;
        padding: 10px 0;
        margin-top: 0px;
    }
}