/* News Image quadratisch */

.news-article .img-responsive {
    aspect-ratio: 1 / 1;
}


/*  New Header  */



#main-carousel .item>.jumbotron {
    min-height: 335px;
}

@media only screen and (max-width: 1199px) {
#main-carousel .item>.jumbotron {
    min-height: 277px;
}
}


@media only screen and (max-width: 991px) {
#main-carousel .item>.jumbotron {
    min-height: 212px;
}
}

.jumbotron.jumbotron-image {
background-size: contain;
background-repeat: no-repeat;
background-color: #ffffff;
}


#app-layout > div.rnl-main-wrapper > div.rnl-content-wrapper > div:nth-child(2) > div > div > div.callaction-overlay {
    display: none;
}


/* Grauer Balken FAQ ausblenden ========================================================================================= */
#app-layout > div.rnl-main-wrapper > div.rnl-content-wrapper > div.container-fliud.bg-grey.containter-calltoaction {display:none;}


.panel-danger button {
    margin-top: 20px;
    margin-bottom: 20px;
}

div#myCarousel {
    border: none !important;
    padding: 0 !important;
}


.blog-item strong {
    display: contents !important;
}

div#newheader {
    margin-top: 0 !important;
}

#app-layout > div.rnl-main-wrapper > div.rnl-content-wrapper > div.container.margin-top {
    margin-top: 0;
}

/* Sonsoren Logos Startseite ========================================================================================= */

.global-sponsors img {
    max-height: 40px;
}

.global-sponsors .col-md-3.col-sm-6.col-xs-6 {
    text-align: center;
}

/* Fotohinweisausblenden Footer ===================================================================================*/
#app-layout > div.rnl-main-wrapper > div.rnl-footer-wrapper > div > div > div > div:nth-child(1) > p:nth-child(4) {
    display: none;
}


/*  ========================================================================================= */


/* No Shadow */

.feature-img {
    box-shadow: none !important; 
}


h4.blog-item-title {
    color: #d20028;
}

.col-md-4.col-sm-6.equal {
    margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
.col-md-4.col-sm-6.equal {
    margin-bottom: 0;
}	
}


.panel-default {
    border: none;
    box-shadow: none;
    align-content: center;
}

.newboxes .container {
    max-width: 100%;
}

.newboxes img {
    max-width: 100%;
}

.border-grey-1 {
    display: none;
}

section.lightbluebg {
    padding-top: 30px;
    padding-bottom:30px;
    margin-bottom: 30px;
}

.rnl-footer-wrapper .container-fliud.bg-grey.footer {
    margin-top: 0;
}



.blog-item {
    background: #ffffff;
}
.img-responsive {
    width: 100%;
}
.text-wrapper {
    padding: 30px;
}

.datum{
    margin-top: 20px;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
}

h4.blog-item-title a {
    color: #d20028;
    font-size: 24px;
    text-decoration: none;
}

section.newboxes {
    background:#f6f6f5;
    padding-top: 40px;
    padding-bottom: 40px;
}

.container-fliud.bg-grey.footer {
    background: #364979;
    color: white;
}

.container-fliud.bg-grey.footer h3 {
    color: white;
}

.container-fliud.bg-grey.footer a {
    color: white;
}


.container-fliud.bg-grey.footer ul {
    list-style: none;
    padding: 0;
}


#kontakt .thumbnail>img {
    padding: 20px 60px 0px 60px;
}


.thumbnail h2, section h2, h2.panel-title {
    font-size: 28px;
    font-weight: 100;
    color: #364979;
    margin: 5px 0 15px;
    line-height: 32px;
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
.thumbnail h2, section h2 {
    font-size: 36px;
    font-weight: 100;
    color: #364979;
    margin: 5px 0 15px;
    line-height: 42px;
    margin-bottom: 20px;
}	
}

.thumbnail p {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 18px;
}


.thumbnail .btn {
    background-color: #d20028;
    color: #ffffff;
	display: inline-block;
    text-align: center;
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.075em;
    padding: 16px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -webkit-transition: background-color 0.3s ease 0s;
    -moz-transition: background-color 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s;
    -ms-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
	cursor: pointer;
}

@media only screen and (min-width: 768px) {
.thumbnail .btn {
    background-color: #d20028;
    color: #ffffff;
	display: inline-block;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.075em;
    padding: 18px 25px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -webkit-transition: background-color 0.3s ease 0s;
    -moz-transition: background-color 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s;
    -ms-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
	cursor: pointer;
}
}

/* Jetzt anmelden Button über Laufkarte deaktiveren */
@media (min-width: 1200px) {
.feature-bg-red-reminder span {
    font-size: 1.7em;
}
}




/* WRNL Seite ========================================================================================= */

.thumbnail .caption {
    color: #364979;
}

.panel-default {
    border:none;
   box-shadow:none;
}

.lightbluebg {
    background: #DFEAF8;
}

#wrnl video {
    max-width: 100%;
    height: auto;
}

.equal .caption img {
    max-width: 100%;
}

.equal {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.equal ul {
    padding-left: 20px;
}

.equal   li {
    list-style: outside;
}


div#myCarousel {
    background: #DFEAF8;
    padding: 30px;
}

#myCarousel img {
    border-radius: 50%;
    margin: 10%;
    height: 180px;
    width: 180px;
}

a.right.carousel-control, a.left.carousel-control {
    background: none;
}

span.icon-next, span.icon-prev {
    background: #364979;
    border-radius: 50%;
    display: block;
}

a.right.carousel-control, a.left.carousel-control  {
    opacity: 1;
    background: none;
}

.zitattext {
    align-items: center;
}

/* Ende WRNL Seite ========================================================================================= */

#app-layout > div.rnl-main-wrapper > div.rnl-content-wrapper > div:nth-child(8) > div > div.col-md-12 > h1 {
    display: none;
}

/* Veranstalter*innen ========================================================================================= */

a.right.carousel-control, a.left.carousel-control {
    opacity: 1;
    background: none;
    width: 25px;
}

div#myCarousel {
    border: 30px solid #DFEAF8;
}

.zitattext p {
    padding-right: 50px;
}

@media (max-width: 767px) {

div#myCarousel {
    border: 0px solid #DFEAF8;
}

div#myCarousel {
    border: 0;
    padding: 0px;
}

a.right.carousel-control, a.left.carousel-control {
    display: none;
}

div#myCarousel .equal {
    justify-content: center;
}

.zitattext p {
    padding-right: 20px;
   padding-left: 20px;
}

.caption {
    padding: 0 !important;
    margin: 0;
}

.carousel.slide {
    width: 100% !important;
}

#wrnl h1 {
    font-size: 32px;
    margin-top: 0;
}

}



/*====Info Seite===================================================================================== */


#info > div:nth-child(6) {
    background: #DFEAF8;
    padding-bottom: 40px;
    margin-bottom: 50px;
}

#info > div:nth-child(5) > div {
    background: #DFEAF8;
}



/* Umfrage Erklärungen kleiner mobile ========================================================================================= */

@media only screen and (max-width: 640px) {

#app-layout > div.rnl-main-wrapper > div.rnl-content-wrapper > div:nth-child(4) > form > div:nth-child(2) > div.panel-body > span:nth-child(1), #app-layout > div.rnl-main-wrapper > div.rnl-content-wrapper > div:nth-child(4) > form > div:nth-child(2) > div.panel-body > span:nth-child(3), #app-layout > div.rnl-main-wrapper > div.rnl-content-wrapper > div:nth-child(4) > form > div:nth-child(4) > div.panel-body > span:nth-child(1), #app-layout > div.rnl-main-wrapper > div.rnl-content-wrapper > div:nth-child(4) > form > div:nth-child(4) > div.panel-body > span:nth-child(3){
    font-size: 10px;
    margin: 3px !important;
}
}