/* Anpassungen */

/* roboto-condensed-300 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-condensed-v25-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-condensed-v25-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v25-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v25-latin-300.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

/* roboto-condensed-300italic - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/roboto-condensed-v25-latin-300italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-condensed-v25-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v25-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v25-latin-300italic.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v25-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-condensed-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v25-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

/* roboto-condensed-italic - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v25-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-condensed-v25-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v25-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v25-latin-italic.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

/* roboto-condensed-700 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-condensed-v25-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-condensed-v25-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v25-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v25-latin-700.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

/* roboto-condensed-700italic - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/roboto-condensed-v25-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-condensed-v25-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v25-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v25-latin-700italic.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}


html {
	font-size: 20px;
}

body {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1rem;
	color: #323232;
	line-height: 1.42857143;
}

a {
    color: #144196;
	text-decoration: none;
}

a:hover {
    color: #144196;
	text-decoration: underline;
}

main#folgeseite {
	margin-top: 3rem;
}

/* Überschriften */

.middle-left.card h2, .middle-center.card h2, .middle-right.card h2 {
    font-size: 1.5rem;
	text-align: center;
}

/* Terminkalender */
.tx_axkirchenplaner .form-group {
	padding-bottom: 1rem;
}

/* News */

.news .lead {
	font-size: 1.125rem;
	font-weight: 500;
	color: #323232;
}

.news .card-body {
    padding: 1rem 1rem 0rem 1rem;
}

.news .card-footer {
    padding: .5rem 1rem;
    background-color: rgba(255,255,255,1);
    border-top: 0px solid rgba(0,0,0,.125);
}

.news h3 {
	font-size: 1.375rem;
}

.news .list-group-item {
	margin-bottom: 1rem;
}

.news .list-group-item::last-of-type {
	margin-bottom: 0rem;
}

.news .list-group-item + .list-group-item {
    border-top-width: 1px;
}

.news-single .thumbnail .caption{
	font-size: .75rem;
}



/* Top-Bar mit SocialMedia-Buttons */

header .top-bar {
    background-color: #0096DC;
    padding: 5px;
}

header .servicenavi {
    list-style-type: none;
    margin: 0 0 0 5px;
    padding: 0;
    float: right;
}

header .servicenavi li {
    display: block;
    float: left;
}

header .servicenavi li a {
    display: block;
    color: #ffffff;
    font-family: "roboto_condensedbold";
    padding: 7px 0;
    background-repeat: no-repeat;
    background-position: center center;
}

header .servicenavi li.Twitter a {
    background-image: url(../images/icon_twitter-weiss.png);
    width: 30px;
    height: 30px;
}

header .servicenavi li.Facebook a {
    background-image: url(../images/icon_facebook-weiss.png);
    width: 30px;
    height: 30px;
}

header .servicenavi li.YouTube a {
    background-image: url(../images/icon_youtube-weiss.png);
	background-size: contain;
    width: 30px;
    height: 30px;
}

header .servicenavi li a .text {
    display: none;
}

/* Jumbotron */

.trailer {
	padding: 3rem 0 1rem;
	margin-bottom: 2rem;
	background-size: cover;
}

.flexslider {
    margin: 0 0 40px;
}

li.slidercontent .caption-wrapper {
    max-width: 50%;
	position: absolute;
	bottom: 1.25rem;
	width: 50vh;
	margin-left: 1.25rem;
}
li.slidercontent .caption-wrapper {
    background-color: #fff;
    padding: 2rem;
}
p.caption-title {
	font-size: 1.5rem;
	font-weight: bold;
}

.swiper .card-body {
  background-color: white;
  margin-left: 4rem;
  min-height: 10rem;
  margin-top: -11rem;
  top: -2rem;
  position: relative;
  width: 50%;
}

.swiper a.slider-link .news-teaser p {
	color: #323232;
	font-weight: 400 !important;
}

/* Row with Cards */

.row-with-cards {
	padding-left: calc(var(--bs-gutter-x) * .75);
	padding-right: calc(var(--bs-gutter-x) * 0);
}

.row-with-cards > .col:last-of-type {
    padding-right: calc(var(--bs-gutter-x) * .25);
}

.row-with-cards img {
	max-width: 100%;
	height: auto;	
}

/* Losungen */

.tx_phipfelswatchword > .card-body {
	padding: 0rem;
}

.dateWrapper, .watchword, .instructiveText {
  padding-bottom: 1rem;
}

.watchwordTitle, .instructiveTextTitle {font-weight: 700;}

.watchwordPassage, .instructiveTextPassage {
	font-style: italic;
}

/* Themen-Bullseyes */

.themen-item {
    border: 1px solid #c6c6c6;
    border-radius: 50%;
    position: relative;
}
  
.themen-item .border {
    border-radius: 50%;
    border: 10px solid #fff !important;
    background-color: #000;
}
  
.themen-item .text {
    position: absolute;
    color: #fff;
    text-align: center;
    top: 42%;
    left: 0;
    width: 100%;
    padding: 0 20px;
    z-index: 1;
}

.themen-item .text h2 {
    margin-top: 0px;
}

.themen-item .text a{
    color: #fff;
}

/* Footer */

footer {
	background-color: #144196;
	color: white;
	font-size: .9rem;
	margin-top: 3rem;
	padding-top: 1rem;
}

footer h4 {
	font-size: 1.075rem !important;
	font-weight: 700;
}

footer a {
	color: white;
	text-decoration: none;
}

footer a:hover {
    color: white;
	text-decoration: underline;
}

footer nav ul {
    margin: 0;
    padding: 0;
}

footer nav ul li {
    list-style-type: none;
}

footer img {
	max-width: 287px;
	height: auto;
}

/* Videos */
.video-shariff-preview-text {
  font-size: 1.25rem;
  font-weight: bold;
  color: #144196;
  background-color: rgba(0,150,220,.9);
  padding: 1rem;
}

/* Modal */

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,.8);
}

/*Formular*/

form h2 {
	display: none;
}