/*
Theme Name: Expedition Wirtschaft
Author: Materna TMT
Author URI: http://www.materna-tmt.de
Description: Basierend auf Bootstrap (https://getbootstrap.com/) und BootstrapWP von Rachel Baker (http://bootstrapwp.rachelbaker.me/)
Version: 1.22
Date: 05/2019
=======
*/


/* Fonts */

@font-face {
    font-family: 'Kievit IDW';
    src: url('assets/fonts/KievitIDW.otf') format('opentype');
    src: url('assets/fonts/KievitIDW.woff') format('woff');
}

@font-face {
    font-family: "Kievit IDW";
    src: url("assets/fonts/KievitIDW-Medium.otf");
    src: url('assets/fonts/KievitIDW-Medium.woff') format('woff');
    font-weight: 500;
}

@font-face {
    font-family: "Kievit IDW";
    src: url("assets/fonts/KievitIDW-Bold.otf");
    src: url('assets/fonts/KievitIDW-Bold.woff') format('woff');
    font-weight: bold;
}

@font-face {
    font-family: "Kievit IDW";
    src: url("assets/fonts/KievitIDW-Italic.otf");
    src: url('assets/fonts/KievitIDW-Italic.woff') format('woff');
    font-style: italic;
}

h1 {
    font-size: 27px;
    font-weight: 400;
}

h2 {
    font-size: 25px;
    font-weight: 400;
}

h3 {
    font-size: 22px;
    font-weight: 400;
}

h4 {
    font-size: 19px;
    font-weight: 400;
}

h5 {
    font-size: 18px;
    font-weight: 600;
}

h6 {
    font-size: 18px;
    font-style: italic;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 15px;
    margin-bottom: 5px;
}

p,
ul li,
ol li {
    font-size: 17px;
}

a,
p a,
p a:visited {
    color: #DD042D;
}

a:hover,
p a:hover {
    color: #F9B000;
    text-decoration: none;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 0px;
    border-left: 10px solid #fff;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.wp-caption-text {
    text-align: center;
    font-size: 14px;
}

.reset-link {
    font-size: 13px;
    color: #F9B000;
}

.reset-link:hover {
    color: #DD052D;
}

.top-widgets {
    margin: 30px auto;
}


/* Transition Animation */

.btn,
#bottomNavClose,
.share-buttons a,
.post-title,
.blogpost .blogpost-overview,
.rpvt,
a,
p a,
p a:visited,
.read-more-link,
.read-more-link i,
.blogpost-pagination a,
.blogpost-pagination span,
.focus-posts .focus-post,
.link-tip,
input[type="checkbox"].toggle + label:before,
input[type="checkbox"].toggle + label:after {
    -moz-transition: 0.25s ease-in-out;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.yellow-hover {
    background-color: #F9B000 !important;
}


/* Buttons */

.btn {
    border-radius: 0px;
    background-image: none;
    border: none;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 25px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    text-shadow: none;
    background-color: transparent;
    margin-top: 3px;
    margin-bottom: 3px;
}

.btn-default,
.btn-default:focus,
.btn-default:visited {
    background-color: #F9B000;
    color: #12759F;
}

.btn-default:active,
.btn-default:active:hover {
    background-color: #DD052D;
    color: #fff;
}

.btn-default:hover {
    background-color: #DD052D;
    color: #fff;
}

.btn-primary,
.btn-primary:focus {
    background-color: #12759F;
    color: #fff;
}

.btn-primary:hover {
    background-color: #0F6082;
}

.btn-success,
.btn-success:focus {
    background-color: #17B75B;
    color: #fff;
}

.btn-success:hover {
    background-color: #17935B;
}

.btn-info,
.btn-info:focus {
    background-color: #1BADEB;
}

.btn-info:hover {
    background-color: #1796CC;
}

.btn-warning,
.btn-warning:focus {
    background-color: #FFC333;
}

.btn-warning:hover {
    background-color: #EDB52F;
}

.btn-danger,
.btn-danger:focus {
    background-color: #DD052D;
    color: #fff;
}

.btn-danger:hover {
    background-color: #BA052D;
}

.btn-link,
.btn-link:focus {
    color: #12759F;
}

.btn-link:hover {}

ul.dropdown-menu li a.register-btn {
    font-size: 14px;
}

.wp-caption,
img {
    display: block;
    max-width: 100%;
    height: auto;
}


/* Navigation */

.navbar {
    max-width: 710px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    border: none;
    font-family: Kievit IDW;
    font-size: 18px;
    font-weight: 500;
}

.navbar-header {
    min-height: 122px;
}

.navbar-default .navbar-nav li a {
    padding: 0;
    color: #4A4A4A;
}

.navbar-default .navbar-nav li {
    margin-left: 20px;
}

.navbar-default .navbar-nav li:first-child {
    margin-left: 0px;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: transparent;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #DD042D;
}

ul.dropdown-menu li {
    margin-left: 10px !important;
}

ul.dropdown-menu li a {
    font-size: 16px;
}

ul.dropdown-menu li a:hover {
    background-color: transparent;
    color: #DD042D;
}

.open>.dropdown-menu {
    width: auto;
}

.navbar-collapse {
    padding: 0;
}

.logout-link {
    margin-top: -2px;
}

#login-menu {
    display: block;
    border-bottom: 2px dotted #12759F;
    padding-bottom: 2px;
}

#main-menu,
#extra-mobile-menu {
    margin-top: 40px;
    text-transform: uppercase;
}

#extra-mobile-menu ul {
    list-style-type: none;
    padding-left: 0px;
}

#extra-mobile-menu li a {
    text-align: center;
}

.navbar-toggle .icon-bar {
    height: 3px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #4A4A4A;
}

.navbar-default .navbar-toggle {
    border: none;
}

.menu-loginmenu-container {
    height: 25px;
}

.jumbotron {
    width: 100%;
    margin: 0 auto;
    background-color: transparent;
    position: relative;
}

.header {
    max-width: 1440px;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-bottom: 30px;
}

.teaser-text p {
    position: absolute;
    padding: 10px 80px 50px 15px;
    background-color: rgba(18, 117, 159, 0.75);
    color: white;
    font-size: 37px;
    font-family: Kievit IDW;
    font-weight: 400;
    max-width: 480px;
    bottom: 40px;
}

#login-menu li a .caret {
    border: none;
    background-image: url(img/icons/arrow-down.png);
    width: 12px;
    height: 7px;
    margin-left: 7px;
    margin-top: -1px;
}

#login-menu li a[aria-expanded="true"] .caret {
    background-image: url(img/icons/arrow-up.png);
}

.menu-item-has-children:after {}

.container,
.container-fluid {
    max-width: 710px;
}

.container-fluid {
    padding: 0;
}

hr {
    border-bottom: 2px dotted #12759F;
    width: 100%;
}

body {
    font-family: "Kievit IDW";
    color: #4a4a4a;
}

.navbar-inner {
    min-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius: none;
    box-shadow: none !important;
}

.navbar .brand {
    padding: 0;
}

.custom-logo {
    float: left;
}

.navbar .nav {
    float: right;
    font-family: "Kievit IDW";
    font-weight: 500;
}

.meta-text {
    padding: 0;
}

#footer-menu ul li,
#footer-menu li a {
    display: inline;
}

#footer-menu li a:hover {
    background-color: transparent;
}

#footer-menu ul li {
    background: none;
    padding-left: 0;
    margin-bottom: 0px;
}

#footer-menu li:after {
    content: '|';
    margin-left: 5px;
}

#footer-menu li:last-child:after {
    content: '';
}

#footer-menu {
    text-align: center;
    display: block;
    margin-top: 40px;
    margin-bottom: 40px;
}

.nav>li.url_home_student,
.nav>li.url_home_wpg,
.nav>li.url_home_student_temp,
.nav>li.url_certificate_student {
    display: none;
}


/*Formular*/

.formular {
    overflow: hidden;
    background-color: rgba(18, 117, 159, 0.75);
    color: white;
}

.formular:after {
    clear: both;
}

.formular .form-title {
    padding: 15px;
}

.form-content {
    background-repeat: no-repeat;
    background-position: right top;
}

.prakticard {
    background-color: rgba(18, 117, 159, 0.75);
    color: #fff;
}

.prakticard .form-content {
    background-image: url('img/backgrounds/prakticard_mit_hand.png');
}

.formular p,
.formular label {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0;
    margin-left: 15px;
    margin-right: 15px;
    line-height: 25px;
}

.form-inputs {
    margin-top: 90px;
}

.formular input {
    border-radius: 0px;
    font-size: 20px;
    line-height: 25px;
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
}

.formular select {
    border-radius: 0px;
    font-size: 20px;
    width: 160px;
    height: 40px;
    margin-bottom: 20px;
    background-color: white;
    background-image: url(img/icons/arrow-down-select.png);
    background-position: right;
    background-repeat: no-repeat;
}

.formular option {
    background: #fff;
    border-top: 1px solid #444;
    padding: .3em 1em .3em 1em;
}

.formular select,
.formular input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    font-size: 17px;
    color: #7D7D7D;
    padding: 5px 10px;
}

.formular input[type='checkbox'],
.formular input[type='radio'] {
    background-color: #fff;
    width: 15px;
    height: 15px;
    padding: 0;
}

.formular input[type='checkbox']:checked,
.formular input[type='radio']:checked {
    background-color: #F9B000;
    box-shadow: inset 0 0 0 1px white;
}

.form-condition {
    width: 100%;
    padding-left: 20px;
}

.formular .form-accept-box {
    width: 10%;
    float: left;
}

.formular .form-accept-text {
    margin-left: 80px;
    margin-right: 15px;
}

.formular button[type=submit] {
    width: auto;
    padding: 7px 30px;
    margin-bottom: 0;
    color: #12759F;
}

.formular button[type=submit]:hover {
    color: #fff;
    background-color: #DD052D;
}

.formular button[type=submit]:active {
    color: #fff;
    background-color: #DD052D;
}

.formular .form-last {
    position: relative;
    float: right;
}


/*Zuständigkeiten WPG*/

.responsibility {
    background-color: rgba(18, 117, 159, 0.75);
    padding: 15px;
    color: #fff;
    position: relative;
    border: 1px solid;
    border-color: #cccccc;
    margin: 0 auto;
}

.responsibility h3 {
    margin-top: 0;
}

.responsibility p {
    font-size: 14px;
}

.responsibility .bootstrap-switch {
    position: absolute;
    bottom: -1px;
    right: -1px;
}

.responsibilty .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
    background: #DD052D !important;
}

.responsibility .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
    background: #12759F !important;
}


/* Meine Praktika */

.internship {
    background-color: rgba(18, 117, 159, 0.75);
    color: #fff;
}

.internship>.form-content>.form-inputs {
    margin-top: 15px;
}


/* WP Lightbox 2 */

#imageContainer,
#imageDataContainer {
    background-color: #356B99;
    position: relative;
}

#imageContainer {
    position: relative;
}

#bottomNav {
    position: absolute;
    bottom: 0;
    right: 0;
}

#bottomNavClose {
    background-image: url(img/icons/close01.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    height: 40px;
    width: 40px;
    bottom: 0;
}

#bottomNavClose:hover {
    background-image: url(img/icons/close02.jpg);
}

#bottomNavClose img {
    visibility: hidden;
}

#imageData #caption {
    font-size: 15px;
    color: white;
    font-weight: 400;
}

#imageDetails #numberDisplay {
    font-size: 10px;
    color: white;
}

#imageData #numberDisplay {
visibility: hidden;
}


/* Footer */

footer {
    margin-top: 30px;
    width: 100%;
    border-top: 2px dotted #12759F;
    height: 140px;
    padding-top: 30px;
    font-size: 17px;
}

footer .footer-left {
    width: 515px;
    float: left;
    height: auto;
}

footer .footer-left:after {
    clear: both;
}

.idw-logo {
    background-image: url(img/logo/idw-logo.svg);
    background-repeat: no-repeat;
    float: right;
    width: 175px;
    height: 50px;
}

footer .footer-right:after {
    clear: both;
}


/*Kommentare Comments*/

#comments ul li {
    background: none;
    padding-left: 0;
    margin-bottom: 0;
}


/* Login Overlay Anmelden */

#login-dp {
    width: 418px;
    padding: 15px;
    background-color: #4e98b7;
    font-size: 17px;
    border-radius: 0;
    left: -320px;
}

#login-dp hr {
    border-color: #ffffff;
    margin-top: 15px;
    margin-bottom: 15px;
    border-top: none;
}

#login-dp li,
#login-dp p {
    margin: 0 !important;
}

#login-dp .form {
    margin: 20px 0px;
}

#login-dp .reset-link {
    font-size: 13px;
    color: #F9B000;
}

#login-dp .reset-link:hover {
    color: #DD052D;
}

#login-dp .menu-item {
    display: none;
}

#login-dp .gate-link a {
    width: auto;
    padding: 7px 30px;
    margin-bottom: 0;
    color: #12759F;
    line-height: 20px;
}

#login-dp .gate-link a:hover {
    color: #fff;
    background-color: #DD052D;
}


/* Fancy Collapse Accordion Akkordeon */

.fancy-collapse-panel .panel-default > .panel-heading {
    padding: 0;
}

.fancy-collapse-panel .panel-heading a {
    padding: 20px 10px;
    display: inline-block;
    width: 100%;
    position: relative;
    text-decoration: none;
}

.fancy-collapse-panel .panel-heading a:after {
    content: url(img/icons/minus-icon.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 27px;
    height: 27px;
    position: absolute;
    right: 0px;
    top: 50%;
    line-height: 1;
    margin-top: -15px;
}

.fancy-collapse-panel .panel-heading a.collapsed:after {
    content: url(img/icons/plus-icon.png);
}

.fancy-collapse-panel .panel-group .panel .panel-heading h4 {
    font-size: 25px;
    color: #4A4A4A;
}

.fancy-collapse-panel .panel-group .panel .panel-heading {
    color: #4A4A4A;
    background-color: transparent;
    border-top: 2px dotted #12759F;
}

.fancy-collapse-panel .panel-group .panel {
    border-radius: 0;
    margin-top: 0;
}

.fancy-collapse-panel .panel-body {
    font-size: 17px;
    padding: 0px 10px 20px 10px;
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.fancy-collapse-panel .panel-group .panel {
    border: none;
    box-shadow: none;
}


/*Progress Form Vorgang Entwicklung*/

.progress-form {
    background-color: rgba(0, 183, 174, 0.5);
    position: relative;
    font-size: 22px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.progress-form-color {
    position: relative;
    padding: 30px 30px 50px 30px;
}

.progress-form h1 {
    font-size: 35px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    margin-bottom: 20px;
    color: #ffffff;
}

.progress-form ul li {
    background: none;
    padding-left: 0px;
    margin-bottom: 30px;
    display: table;
}

.progress-form ul {
    padding-left: 0px;
    margin: 0 auto;
    width: 80%;
}

.progress-form ul li .fa-stack {
    float: left;
    margin-right: 30px;
}

.progress-form ul li i:nth-child(2) {
    color: #12759F;
}

.progress-form ul li p {
    color: #ffffff;
    font-size: 20px;
    display: table-cell;
    vertical-align: middle;
    max-width: 400px;
}

.progress-form .btn {
    position: absolute;
    display: block;
    right: 0;
    bottom: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #12759F;
}

.progress-form .btn:hover {
    color: #fff;
}

.progress-form .list-icon {
    background-color: #fff;
    border-radius: 100px;
    float: left;
    margin-right: 30px;
    padding: 20px;
    width: 94px;
    height: 94px;
}


/*Link Tipps Tips*/

.link-tips {
    background-color: rgba(18, 117, 159, 0.75);
    padding: 30px;
    margin-bottom: 30px;
}

.link-tips h1 {
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.5px;
    margin: 0;
}

.link-tips .row {
    margin-top: 20px;
}

.link-tips .tip-col {}

.link-tips .link-tip {
    background-color: #fff;
    padding: 20px 20px 40px 20px;
    height: 100%;
    position: relative;
}

.link-tips .link-tip p {
    font-size: 16px;
}


/* Share Funktionalität Widget Teilen Social Media Soziale Medien */

.share-buttons {
    padding: 20px 0px;
    max-width: 710px;
    margin: 0 auto;
}

.share-buttons a {
    float: left;
    margin-right: 7px;
}

.share-buttons a,
.share-buttons a:visited {
    color: #4a4a4a;
}

.share-buttons a:hover {
    color: #cccccc;
}

.print-link {
    line-height: 45px;
}


/* Kategorie Finde ein Thema */

.widget_categories {
    background-color: #F9B000;
    padding: 15px;
    color: #12759F;
    position: relative;
    z-index: 50;
}

.widget_categories h2 {
    margin-top: 0;
    margin-bottom: 30px;
}

.widget_categories ul {
    padding-left: 0px;
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
    -webkit-column-gap: 40px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 40px;
    /* Firefox */
    column-gap: 40px;
}

.widget_categories ul li {
    line-height: 2em;
    list-style-type: none;
    background: none;
    padding-left: 0;
    margin-bottom: 0px;
    border-bottom: 2px dotted #12759F;
    text-align: right;
    margin-top: 15px;
    padding-right: 10px;
    overflow: auto;
}

.widget_categories ul li:first-child {
    margin-top: 0;
}

.widget_categories a {
    color: #12759F;
    float: left;
}

.widget_categories a:hover {
    text-decoration: underline;
}

.widget_categories cat-item {
    position: relative;
}

.widget_categories .cat-item::after {
    content: "";
    position: absolute;
    height: 30px;
    width: 40px;
    border-radius: 30px;
    background-color: #fff;
    margin-top: 2px;
    margin-left: -33px;
    z-index: -1;
}


/* Bearbeiten Link Edit */

.post-edit-link {
    position: fixed;
    bottom: 30px;
    right: 30px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    background-color: #12759F;
    padding: 15px 30px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 25px -4px rgba(0, 0, 0, 0.51);
    -moz-box-shadow: 0px 0px 25px -4px rgba(0, 0, 0, 0.51);
    box-shadow: 0px 0px 25px -4px rgba(0, 0, 0, 0.51);
    z-index: 992;
}

.post-edit-link:hover {
    text-decoration: none;
    color: #bfbfbf;
    background-color: #0F6082;
}


/* Blog & Archive */

.post-title {
    color: #4a4a4a;
}

blogpost-overview a:hover {
    color: #DD042D;
}

.blogpost {
    margin-bottom: 30px;
    background-color: rgba(18, 117, 159, 0.75);
}

.blogpost .blogpost-image {
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center center;
}

.blogpost .blogpost-overview {
    padding: 15px 15px 55px 15px;
    position: relative;
    display: block;
    color: #fff;
}

.blogpost .meta,
.blogpost .meta a,
.blogpost .meta time {
    font-size: 13px;
    color: #fff;
}

.blogpost .meta a:hover {
    text-decoration: underline;
}

.blogpost .blogpost-overview a h2:hover {
    color: #DD042D;
}

.blogpost-title {
    color: #fff;
    line-height: 30px;
}

.format-quote .blogpost-title:before {
    content: '\f101  ';
    font-family: FontAwesome;
}

.format-quote .blogpost-title:after {
    content: ' \f100';
    font-family: FontAwesome;
}

.blogpost .blogpost-button {
    width: 30px;
    height: 30px;
    background-color: #F9B000;
    position: absolute;
    right: 0;
    bottom: 0;
    font-family: FontAwesome;
    font: content: "\f105";
}

.blogpost .wp-video {
    width: 100% !important;
}

.blogpost .print-link {
    display: none;
}

.read-more-link {
    width: 40px;
    height: 40px;
    background-color: #F9B000;
    position: absolute;
    right: 0;
    bottom: 0;
}

.read-more-link:hover,
.read-more-link:focus {
    background-color: #DD042D;
    color: #fff;
    text-decoration: none;
}

.read-more-link i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    color: #12759F;
    text-decoration: none;
}

.read-more-link i:hover,
.read-more-link i:active,
.read-more-link i:focus,
.read-more-link i:active:focus,
.read-more-link i:focus:active {
    color: #fff;
    text-decoration: none;
}

.blogpost .share-buttons {
    padding: 0px 0px;
    max-width: 710px;
    margin: 0 auto;
    right: 0;
    bottom: 10px;
    position: absolute;
    margin-right: 3px;
}

.blogpost .share-buttons a,
.blogpost .share-buttons a:visited {
    color: #7d7d7d;
}

.blogpost .share-buttons a:hover {
    color: #3fc6f3;
}

.blogpost-pagination {
    text-align: center;
}

.blogpost-pagination a,
.blogpost-pagination span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 10px 18px;
    font-size: 20px;
    margin: 0 5px;
}

.blogpost-pagination a {
    background-color: #F9B000;
    color: #12759F;
}

.blogpost-pagination a:hover,
.blogpost-pagination a:active {
    background-color: #DD042D;
    color: #fff;
    text-decoration: none;
}

.blogpost-pagination .current {
    background-color: #DD042D;
    color: #fff;
}

.blogpost-pagination .dots {
    background-color: #7d7d7d;
    color: #fff;
}

.sticky .blogpost-overview:after {
    position: absolute;
    content: "\f08d";
    font-family: FontAwesome;
    font-size: 30px;
    top: 5px;
    right: 15px;
    color: #fff;
}

.archive-page .page-title {
    margin-bottom: 15px;
}

.format-aside .blogpost-title:hover,
.format-aside .post-title:hover {
    color: #fff;
}

.format-quote .blogpost-overview:after {
    position: absolute;
    content: "\f10e";
    font-family: FontAwesome;
    font-size: 30px;
    top: 5px;
    right: 15px;
    color: #fff;
}


/* Recents Posts Verwandte Themen */

.rpvt {
    margin-bottom: 30px;
    background-color: rgba(18, 117, 159, 0.75);
    height: 100%;
}

.rpvt .blogpost-image {
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center center;
}

.rpvt .blogpost-overview {
    padding: 15px 15px 30px 15px;
    position: relative;
    display: block;
    color: #fff;
}

.rpvt .meta,
.rpvt .meta a,
.rpvt .meta time {
    font-size: 13px;
    color: #fff;
}

.rpvt .meta a:hover {
    text-decoration: underline;
}

.rpvtv .blogpost-button {
    width: 30px;
    height: 30px;
    background-color: #F9B000;
    position: absolute;
    right: 0;
    bottom: 0;
    font-family: FontAwesome;
    font: content: "\f105";
}

.rpvt-posts {
    margin-bottom: 30px;
}

.rpvt .read-more-link {
    right: 15px;
}

.rpvt .blogpost-excerpt p {
    margin-top: 20px;
}


/* Themen im Fokus Focus Topics */

.focus-posts .focus-post {
    background-color: rgba(18, 117, 159, 0.75);
    height: 100%;
    padding: 45px 30px 45px 30px;
    color: #fff;
    position: relative;
    margin-bottom: 30px;
}

.focus-posts .focus-post h1 {
    margin: 0;
}

.focus-posts .focus-post p {
    margin-top: 20px;
}


/* 404 */

.menu {
    width: 100%;
    text-align: center;
    position: relative;
    margin: 0 auto;
}

.menu ul {
    list-style-type: none;
}

.page404 h1,
.page404 h2,
.page404 h5,
.page404 h6 {
    text-align: center;
}


/* default font-colors */


/* default font-size */


/* color for form errors */


/* <!--- forms --->  */

.form-inputs .form-group.has-error,
.form-inputs .form-group.has-error select,
.form-inputs .form-group.has-error input {
    margin-bottom: 0;
}

.form-group.has-error input,
.form-group.has-error input:focus,
.form-group.has-error select,
.form-group.has-error select:focus,
.form-group.has-error textarea {
    border-color: #dd052d;
    box-shadow: 0px 0px 0px 2px #dd052d;
}

.form-error-message {
    display: block;
    color: black;
    margin-top: 5px;
    margin-bottom: 15px;
}

.form-error-message {
    font-size: 13px;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #ffffff;
}

.checkbox > label.bf-required:after {
    content: "";
}

.checkbox label.bf-required:after {
    content: "";
}

.formular label {
    margin-left: 0;
}

.form-accept-box .form-group .checkbox {
    margin-top: 0;
    height: 100%;
}

input[type="text"].form-saved-message {
    background-color: #ffffff;
    color: green;
}

input[type="text"].form-error-message {
    background-color: #ffffff;
    color: black;
}

select.select-full-width {
    width: 100%;
}

textarea.textarea-autogrow {
    resize: none;
}

.form-control {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


/* <!--- end forms --->  */

.hidden {
    display: none;
}

.img-center {
    margin-left: auto;
    margin-right: auto;
}

body {
    font-size: 17px;
}


/* switches */

.bootstrap-switch,
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label,
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.no-margin {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

.radio-wrapper td {
    text-align: center;
    min-width: 50px;
}

.radio-wrapper input[type="radio"] {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

.radio-wrapper label {
    text-align: center;
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}


/* ios switch http://www.designcouch.com/home/why/2013/09/19/ios7-style-pure-css-toggle/ */

.toggle-btn,
.toggle-label {
    cursor: pointer;
}

.toggle-wrapper label,
.toggle-wrapper p {
    margin-bottom: 0;
    font-weight: normal;
    margin-right: 0;
}

.toggle-wrapper label.toggle-label {
    font-size: 14px;
    margin-right: 20px;
    position: absolute;
    margin-left: -200px;
}

input[type="checkbox"].toggle {
    max-height: 0;
    max-width: 0;
    opacity: 0;
    margin-top: 0;
}

input[type="checkbox"].toggle + label {
    display: inline-block;
    position: relative;
    box-shadow: inset 0 0 0px 1px #d5d5d5;
    text-indent: -5000px;
    height: 24px;
    width: 80px;
    border-radius: 30px;
}

input[type="checkbox"].toggle + label:before {
    content: "";
    position: absolute;
    display: block;
    height: 24px;
    width: 24px;
    top: 0;
    left: 0;
    border-radius: 30px;
    background: rgba(19, 191, 17, 0);
}

input[type="checkbox"].toggle + label:after {
    content: "";
    position: absolute;
    display: block;
    height: 24px;
    width: 24px;
    top: 0;
    left: 0px;
    border-radius: 30px;
    background: white;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), 0 2px 4px rgba(0, 0, 0, 0.2);
}

input[type="checkbox"].toggle:checked + label:before {
    width: 80px;
    background: green;
    /*background: #4CFF64;*/
}

input[type="checkbox"].toggle:not(:checked) + label:before {
    width: 80px;
    background: #dd052d;
    /*background: #FF3B30;*/
}

input[type="checkbox"].toggle:checked + label:after {
    left: 55px;
    /*box-shadow: inset 0 0 0 1px #13bf11, 0 2px 4px rgba(0, 0, 0, 0.2);*/
}


/* <!--- end toggles --->  */

.responsibility p {
    margin-left: 0;
}


/*# sourceMappingURL=tune.css.map */


/* Responsive */

@media (max-width: 994px) {
    .row-eq-height {
        display: block;
    }
    .link-tips .link-tip {
        position: relative;
        height: auto;
        width: 100%;
        padding: 20px 60px 20px 20px;
        margin-bottom: 30px;
    }
    .link-tips .link-tip .read-more-link {
        right: 0;
        position: absolute;
        height: 100%;
    }
    .table {
        height: 100%;
        display: table;
    }
    .link-tips .link-tip .read-more-link i {
        width: 40px;
        vertical-align: middle;
        height: 100%;
        display: table-cell;
    }
}

@media (min-width: 770px) {
    .mobile-idw {
        display: none;
    }
    .desktop-idw {
        display: block;
    }
    .mobile-hr {
        display: none;
    }
    .mobile {
        display: none;
    }
}

@media (max-width: 769px) {
    body {
        overflow-x: hidden;
    }
    .navbar {
        margin-top: 15px;
    }
    .navbar-toggle {
        margin-top: 0;
        position: absolute;
        top: 0;
        right: 0;
    }
    .navbar-toggle:focus {
        outline: 0
    }
    .header {
        width: 100%;
        height: 380px;
        margin-bottom: 0;
    }
    .navbar-collapse li {
        padding: 5px;
    }
    .desktop-idw {
        display: none;
    }
    .mobile-idw {
        display: block;
        padding-bottom: 30px;
    }
    .idw-logo {
        float: none;
        margin: 0 auto;
    }
    .meta-text {
        text-align: center;
    }
    #footer-menu ul {
        padding-left: 0;
    }
    #footer-menu ul li,
    #footer-menu li a {
        display: block;
        padding: 2px;
    }
    #footer-menu li:after {
        content: '';
        margin-left: 0px;
    }
    #footer-menu li a:focus {
        background-color: transparent;
    }
    .navbar-header .custom-logo {
        position: relative;
        display: block;
        margin-left: 15px;
        float: none;
    }
    .navbar-default .navbar-collapse {
        border: none;
    }
    .navbar-collapse {
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px;
    }
    #main-menu,
    #extra-mobile-menu {
        margin-top: 0;
        float: none;
    }
    #main-menu li a {
        text-align: center;
    }
    .navbar-nav {
        margin: 0;
    }
    .navbar-default .navbar-nav li {
        margin-left: 0px;
    }
    .nav>li>a:hover,
    .nav>li>a:focus {
        background-color: transparent;
        color: #DD042D;
    }
    .nav .open>a,
    .nav .open>a:hover,
    .nav .open>a:focus {
        background-color: transparent;
    }
    #login-menu li:not(:first-child) {
        display: none;
    }
    #login-menu {
        float: none;
        border-bottom: none;
    }
    #mobile-menu {
        margin: 0 auto;
    }
    .desktop {
        display: none;
    }
    .teaser-text {
        width: 100%;
    }
    .teaser-text p {
        margin: 0 auto;
        padding: 20px 20px 20px 20px;
        font-size: 30px;
        text-align: center;
        width: 100%;
        max-width: 768px;
        position: relative;
        bottom: 0px;
    }
    .mobile-menu-second {
        position: absolute;
        top: 105px;
        right: 15px;
    }
    #login-dp {
        width: 435px;
        position: fixed;
        top: 203px;
        left: 50%;
        margin-left: -217px;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        -webkit-background-clip: padding-box;
    }
    .formular,
    .progress-form,
    .blogpost,
    .rpvt,
    .focus-posts .focus-post,
    .link-tips {
        margin-left: -15px;
        margin-right: -15px;
    }
    .prakticard .form-content {
        background-image: none;
    }
    .progress-form .list-icon {
        display: block;
        float: none;
        margin: 0 auto;
        position: relative;
    }
    .progress-form ul li p {
        display: block;
        text-align: center;
        position: relative;
        max-width: 100%;
        margin-top: 15px;
    }
    .progress-form ul li {
        display: block;
    }
    .internship,
    {
        padding-left: 15px;
        padding-right: 15px;
    }
    .content {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 30px;
    }
    .widget_categories {
        padding: 15px 30px;
    }
    .widget_categories ul {
        padding-left: 0px;
        -webkit-column-count: 1;
        /* Chrome, Safari, Opera */
        -moz-column-count: 1;
        /* Firefox */
        column-count: 1;
    }
    .row-eq-height {
        display: block;
    }
    .link-tips {
        padding-left: 15px;
        padding-right: 15px;
    }
    .focus-posts .focus-post {
        padding-left: 15px;
        padding-right: 15px;
    }
    .rpvt-posts {
        margin-bottom: 0px;
    }
    .rpvt .read-more-link {
        right: 0px;
    }
    /* Fix for header exploding */
    .container>.navbar-header,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

@media (max-width: 500px) {
    #login-dp {
        width: 380px;
        margin-left: -190px;
        top: 30px;
    }
    #login-dp .gate-link .col-xs-6 {
        display: block;
        width: 100%;
    }
    #login-dp .gate-link .col-xs-6 a {
        display: block;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    /* ios switch http://www.designcouch.com/home/why/2013/09/19/ios7-style-pure-css-toggle/ */
    input[type="checkbox"].toggle + label {
        height: 48px;
    }
    input[type="checkbox"].toggle + label:before {
        height: 48px;
        width: 48px;
    }
    input[type="checkbox"].toggle + label:after {
        width: 48px;
        height: 48px;
    }
    input[type="checkbox"].toggle:checked + label:after {
        left: 32px;
        /*box-shadow: inset 0 0 0 1px #13bf11, 0 2px 4px rgba(0, 0, 0, 0.2);*/
    }
    .toggle-wrapper label.toggle-label {
        font-size: 14px;
        margin-right: 20px;
        position: absolute;
        margin-left: -200px;
        margin-top: 14px;
    }
    /* <!--- end toggles --->  */
}

@media (max-width: 400px) {
    #login-dp {
        width: 300px;
        margin-left: -150px;
    }
}

@media (max-width: 370px) {
    .navbar-header .custom-logo {
        width: 50%;
    }
    #login-dp {
        top: 15px;
    }
    .mobile-menu-second {
        top: 80px;
    }
}