/*
Theme Name: gymnasiumwarstein_theme
Theme URI: https://www.mues-schrewe.de/
Author: Lukas Stenner
Author URI: https://www.mues-schrewe.de/
Description: Ein Wordpress-Theme erstellt von Mues + Schrewe.
Version: 1.0
*/

/*
### COLORS ###
Orange:
#EDA90E
rgb(237, 169, 14)

Dunkelblau:
#0559A8
rgb(5, 89, 168)
*/

body {
	font-family: 'Roboto Condensed', sans-serif;
	margin: 0;
	font-size: 16px;
	overflow-x: hidden;
}
.fa, .far, .fas {
    font-family: Font Awesome\ 5 Free !important;
}
.nomargin {
	margin: 0;
}
.nopadding {
	padding: 0;
}
b, strong {
	font-weight: 600;
}
textarea:focus, input:focus{
    outline: none;
}
.hintergrundbild {
	position: relative;
	-moz-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	-webkit-transform: rotate(-2deg);
	transform: rotate(-2deg);
	width: 200vw;
	left: -50vw;
	background-size: cover;
	background-repeat: no-repeat;
	outline: 1px solid transparent;
}

h1,
h2,
h3,
h4 {
	font-size: 28px;
	font-weight: 600;
	color: #0559A8;
	margin: 25px 0 15px 0;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 16px !important;
}
.overflow-handler {
	width: 100vw;
	overflow-x: hidden;
}

.customrow10 {
	margin-left: -10px;
	margin-right: -10px;
}
img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

/* HEADER */
header {
	position: fixed;
	z-index: 3;
	top: 0;
	width: 100%;
}
.header {
	position: relative;
}
.headerbar {
	width: 100%;
	padding: 15px 0;
	z-index: 2;
	position: relative;
}
.headerbar-element {
	width: auto;
	display: inline-block;
	margin-right: 30px;
	color: #fff;
}
.headerbar-elemente {
	width: 80%;
	float: left;
	font-weight: 400;
}
.headerbar-social_media {
	width: 20%;
	float: left;
	text-align: right;
}
.headerbar-social_media-icon {
	width: 20px;
	display: inline-block;
	margin-right: 15px;
}
.headerbar-social_media-icon:nth-last-of-type(1) {
	margin-right: 0;
}
.headerbar-social_media-icon img {
	width: 100%;
}
.break-headerbar {
	display: none;
	white-space: pre;
}
.headerbar-elemente a {
	color: #fff;
}
.header-suchicon {
	position: relative;
	display: inline-block;
	color: #fff;
	top: 2px;
	cursor: pointer;
}
.suche-button {
	width: 30px;
	height: 30px;
	display: inline-block;
	float: left;
	position: relative;
}
.suche-absenden {
	position: relative;
	height: 30px;
	width: 30px;
	border: none;
	background-color: #EDA90E;
}
.suchleiste-suchicon {
	display: inline-block;
	position: absolute;
	top: 6px;
	left: 9px;
	color: #fff;
	pointer-events: none;
}
.suche-textfeld {
	width: 1110px;
	border: none;
	padding: 5px;
	float: left;
}
.suchleiste-wrapper {
	background-color: none;
	position: relative;
	z-index: 2;
	padding: 15px 0;
}
.suchleiste-animationswrapper {
	height: 0;
	overflow: hidden;
	-webkit-transition: height 300ms;
  -moz-transition: height 300ms;
  -ms-transition: height 300ms;
  -o-transition: height 300ms;
  transition: height 300ms;
}
.suchleiste-animationswrapper.suchleiste-offen {
	height: 60px;
	-webkit-transition: height 300ms;
  -moz-transition: height 300ms;
  -ms-transition: height 300ms;
  -o-transition: height 300ms;
  transition: height 300ms;
}
.schraege-header {
	width: 115vw;
	height: 670px;
	height: 2030px;
  margin-top: -650px;
	margin-top: -2000px;
	margin-left: -5vw;
	border-bottom: solid 5px #EDA90E;
	background-color: rgba(5, 89, 168, 0.8);
	z-index: 1;
	-moz-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	-webkit-transform: rotate(-2deg);
	transform: rotate(-2deg);
	position: relative;
}


@media (max-width: 1200px) {
	.headerbar-elemente {
		width: 80%;
	}
	.headerbar-social_media {
		width: 20%;
	}
	.suche-textfeld {
		width: 910px;
	}
}
@media (max-width: 991px) {
	.headerbar-elemente {
		width: 60%;
	}
	.headerbar-element {
		margin-right: 15px;
		width: 20px;
    float: left;
	}
	.headerbar-social_media {
		width: 40%;
		float: right;
	}
	.headerbar-social_media-icon {
		width: 16px;
	}
	.header-suchicon {
		top: 0px;
	}
	.suche-textfeld {
		width: 690px;
	}
	.break-headerbar {
		/* display: block; */
	}
	.schraege-header {
		background-color: rgb(5, 89, 168);
	}
	.kopficon {
		display: none;
	}
}
@media (max-width: 768px) {
	header {
		/* position: relative; */
	}
	.headerbar-element {
		display: block;
	}
	.headerbar-social_media {
		text-align: right;
		margin-top: 0;
	}
	.header-suchicon {
		top: 0;
	}
	.suche-textfeld {
		width: 100%;
	}
	.suche-button {
		float: none;
		position: absolute;
		right: 15px;
	}
	.headerbar-vertretungsplan {
		/* margin: 5px 0; */
	}
	.schraege-header {
		margin-left: -10vw;
	}
}

/* MENÜ */
.logo-menu {
	padding: 15px 0;
}
.logo {
	position: relative;
	z-index: 999;
}
.logo img {
	width: 100%;
}
#menuzord {
	background: none;
	z-index: 998;
}
#menuzord.menuzord-menu li a {
	font-weight: 400;
	-webkit-box-shadow: 10px 6px 0px -8px #fff;
 -moz-box-shadow: 0px 10px 0px -8px #fff;
 box-shadow: 0px 10px 0px -8px #fff;

 -webkit-transition: box-shadow 0.2s ease-in-out;
 -moz-transition: box-shadow 0.2s ease-in-out;
 -o-transition: box-shadow 0.2s ease-in-out;
 transition: box-shadow 0.2s ease-in-out;
}
.menuzord-menu ul.dropdown li ul.dropdown.dropdown-left {
	left: 100%;
}
.menuzord-menu li:nth-last-of-type(2) ul.dropdown li ul.dropdown.dropdown-left {
	left: -180px;
}
.menuzord-menu ul.dropdown li:hover > a {
	padding-right: 25px;
}

#menuzord.menuzord-menu ul li a {
	color: #fff;
}
#menuzord.menuzord-menu ul li a:hover {
	color: #EDA90E;
}
#menuzord.menuzord-menu ul li.current-menu-item a {
	color: #EDA90E;
}
#menuzord.menuzord-menu ul li.current-menu-ancestor a {
	color: #EDA90E;
	-webkit-box-shadow: 10px 6px 0px -8px #EDA90E;
 	-moz-box-shadow: 0px 10px 0px -8px #EDA90E;
 	box-shadow: 0px 10px 0px -8px #EDA90E;
}

#menuzord.menuzord-menu ul li ul.dropdown li a {
	color: #0559A8;
}
#menuzord.menuzord-menu ul li ul.dropdown li a:hover {
	color: #EDA90E;
}
#menuzord.menuzord-menu ul li ul li.current-menu-item a {
	color: #EDA90E;
}
#menuzord.menuzord-menu ul li ul li.current-menu-ancestor a {
	color: #EDA90E;
}

#menuzord.menuzord-menu ul li ul li ul.dropdown li a {
	color: #0559A8;
}
#menuzord.menuzord-menu ul li ul li ul.dropdown li a:hover {
	color: #EDA90E;
}
#menuzord.menuzord-menu ul li ul li ul li.current-menu-item a {
	color: #EDA90E;
}
#menuzord.menuzord-menu ul li ul li ul li.current-menu-ancestor a {
	color: #EDA90E;
}

#menuzord.menuzord-menu ul li ul li ul li ul.dropdown li a {
	color: #0559A8;
}
#menuzord.menuzord-menu ul li ul li ul li ul.dropdown li a:hover {
	color: #EDA90E;
}
#menuzord.menuzord-menu ul li ul li ul li ul li.current-menu-item a {
	color: #EDA90E;
}
#menuzord.menuzord-menu ul li ul li ul li ul li.current-menu-ancestor a {
	color: #EDA90E;
}

#menuzord.menuzord-menu.menuzord-right {
	margin-right: -15px;
}
#menuzord.menuzord-menu {
	margin-top: 6px;
}
#menuzord.menuzord-menu > ul > li > a {
	margin: 0 15px;
	padding: 0;
}
#menuzord.menuzord-menu #menu-hauptnavigation {
	margin-right: -15px;
}

.menutext {
	position: absolute;
	font-size: 9px;
	top: 32px;
	color: #fff;
}
.menuzord .showhide {
	display: inline;
	border: solid 2px #fff;
	padding: 6px 9px 9px 9px; /* 12px 6px */
	height: 49px;
	width: 50px;
}
.menuzord .showhide em {
	display: block;
	width: 25px;
	height: 2px;
	margin: 4px auto 0 auto;
	background: #fff;
	float: none;
	-webkit-transition: 300ms ease-in-out;
	-moz-transition: 300ms ease-in-out;
	-ms-transition: 300ms ease-in-out;
	-o-transition: 300ms ease-in-out;
	transition: 300ms ease-in-out;
}
.menuOpenAnimation em:nth-of-type(1) {
	margin-top: 12px;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: 300ms ease-in-out;
	-moz-transition: 300ms ease-in-out;
	-ms-transition: 300ms ease-in-out;
	-o-transition: 300ms ease-in-out;
	transition: 300ms ease-in-out;
}
.menuOpenAnimation em:nth-of-type(2) {
	opacity: 0;
	-webkit-transition: 100ms ease-in-out;
	-moz-transition: 100ms ease-in-out;
	-ms-transition: 100ms ease-in-out;
	-o-transition: 100ms ease-in-out;
	transition: 100ms ease-in-out;
}
.menuOpenAnimation em:nth-of-type(3) {
	margin-top: -8px;
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: 300ms ease-in-out;
	-moz-transition: 300ms ease-in-out;
	-ms-transition: 300ms ease-in-out;
	-o-transition: 300ms ease-in-out;
	transition: 300ms ease-in-out;
}

.menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li:hover > a {
	padding-left: 16px !important;
}
.menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > ul.dropdown > li:hover > a {
	padding-left: 16px !important;
}
#menuzord.menuzord-menu ul li ul.dropdown li a {
    background-color: #fff;
    padding-left: 16px;
}
#menuzord.menuzord-menu ul.dropdown.dropdown-left {
	padding-top: 15px;
	background-color: transparent;
}
#menuzord.menuzord-menu ul.dropdown.dropdown-left li ul.dropdown {
	padding-top: 0;
}

@media (max-width: 1200px) {
	#menuzord.menuzord-menu > ul > li > a {
		margin: 0 10px;
	}
	#menuzord.menuzord-menu #menu-hauptnavigation {
		margin-right: -10px;
	}
	#menuzord.menuzord-menu {
		margin-top: 4px;
	}
}
@media (max-width: 991px) {
	#menuzord.menuzord-menu {
		margin-top: -4vw;
	}
	#menuzord.menuzord-menu > ul > li > a {
		margin: 0 15px;
	}
	#menuzord.menuzord-menu #menu-hauptnavigation {
		margin-right: -15px;
		margin-top: 30px;
	}
	#menuzord.menuzord-menu > ul > li > a {
		margin: 0;
		padding: 13px 0;
		box-shadow: none;
	}
	#menuzord.menuzord-menu ul.dropdown.dropdown-left {
		padding-top: 0;
	}
	#menuzord.menuzord-menu ul li ul.dropdown li a {
		color: #fff;
		box-shadow: none;
	}
	#menuzord.menuzord-menu ul li ul li ul.dropdown li a {
		color: #fff;
		box-shadow: none;
	}
	.menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li:hover > a {
		padding-left: 40px !important;
	}
	.menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > ul.dropdown > li:hover > a {
		padding-left: 60px !important;
	}
	#menuzord.menuzord-menu ul li ul.dropdown li a {
	    background-color: #0559A8;
		}
}
@media (max-width: 768px) {
		#menuzord.menuzord-menu {
			margin-top: -7vw;
			overflow: scroll;
    	max-height: 590px;
		}
		#menuzord.menuzord-menu ul li.current-menu-ancestor a {
			-webkit-box-shadow: none;
			-moz-box-shadow: none;
			box-shadow: none;
		}
}
@media (min-width: 992px) {
	#menuzord li.current-menu-item a {
		-webkit-box-shadow: 0px 4px 0px -2px #EDA90E;
		-moz-box-shadow: 0px 4px 0px -2px #EDA90E;
		box-shadow: 0px 4px 0px -2px #EDA90E;
	}
	#menuzord li.current-menu-item ul.dropdown li a {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	#menuzord li:hover a {
		-webkit-box-shadow: 0px 4px 0px -2px #EDA90E;
		-moz-box-shadow: 0px 4px 0px -2px #EDA90E;
		box-shadow: 0px 4px 0px -2px #EDA90E;
	}
	#menuzord li:hover ul.dropdown li a {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
}

/* SEITENINHALTE */
.pagecontent {
	position: relative;
	z-index: 2;
	margin-top: -160px;
}
.sektionkombinieren {
	margin-top: -100px;
	pointer-events: none;
}
.custom-row {
	margin-left: -10px;
	margin-right: -10px;
}
.custom-col {
	padding-left: 10px;
	padding-right: 10px;
}
.sektionsinhalt-wrapper {
	pointer-events: initial;
}
@media (max-width: 991px) {
	.pagecontent {
		margin-top: -21px;
	}
}
@media (max-width: 767px) {
	.custom-col {
		margin-bottom: 15px;
	}
	.pagecontent {
		position: relative;
		z-index: 2;
		margin-top: -10px;
	}
}

/* Slider */
.master-slider {
	border-bottom: solid 5px #EDA90E;
	position: relative;
	margin-top: 160px !important;
	z-index: 10;
}
.ms-slide-bgcont {
	bottom: -1px;
}
.slider-content-text {
	right: -1vw;
	left: unset !important;
	top: 800px;
	padding-right: 60px;
	font-size: 60px;
	font-weight: 400;
	line-height: 120%;
	color: #fff;
	background-color: #EDA90E;
	padding: 1vw 6vw 1vw 2vw;
	-moz-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	-webkit-transform: rotate(-2deg);
	transform: rotate(-2deg);
}
.slider-content-text p {
	margin: 0;
}
.slider-content-button {
	background-color: #0559A8;
	width: auto;
	display: inline-block;
	margin-left: 2vw;
	padding: 15px 100px 15px 30px;
	font-size: 60px;
	right: -25px;
	top: 980px;
	color: #fff;
	-moz-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	-webkit-transform: rotate(-2deg);
	transform: rotate(-2deg);
}
.slider-content-button a {
	color: #fff;
}
.slider-button a:hover,
.slider-button a:focus,
.slider-button a:active,
.slider-button a:visited {
	text-decoration: none;
	opacity: 0.7;
}
@media (max-width: 991px) {
	.master-slider {
		margin-top: 140px !important;
	}
	.slider-content-text {
		font-weight: 400;
		font-size: 16px !important;
		line-height: 100% !important;
		padding: 10px !important;
		/* top: 160px !important; */
	}
	.slider-content-button {
		padding: 10px 15px 10px 10px !important;
		font-size: 16px !important;
		/* top: 210px !important; */
	}
}
@media (max-width: 767px) {
	.slider-content-text {
		/* top: 40px !important; */
		padding: 15px !important;
	}
	.slider-content-button {
		/* top: 100px !important; */
		padding: 15px 20px 15px 15px !important;
	}
}

/* Teaser */
.teaser {
	z-index: 10;
	position: relative;
}
.teaser-startseite {
	margin-top: -120px;
}
.teaser-single {
	position: relative;
	padding: 15px;
	overflow: hidden;
}
.teaser-normal {
	background-color: #efefef;
}
.teaserbild {
	margin: -15px -15px 15px -15px;
}
.teaserbild img {
	width: 100%;
}
.teaserbutton {
	position: relative;
	overflow: hidden;
	top: -1px;
}
.teaserbutton-text {
	position: relative;
	z-index: 1;
	padding: 13px 5px 21px 15px;
}
.teaserbutton a,
.teaserbutton a:hover {
	color: #fff;
	text-decoration: none !important;
}
.teaserbutton-schraege {
	position: absolute;
	left: -10%;
	top: -38px;
	width: 110%;
	height: 80px;
	z-index: 0;
	background-color: #0559A8;
	-moz-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	-webkit-transform: rotate(-2deg);
	transform: rotate(-2deg);
}
.teaser-single-wrapper h2 {
	margin: 10px 0 10px 0;
}
.custom-col:nth-of-type(odd) .teaserbutton-schraege {
	background-color: #EDA90E;
}
.teaserbutton a:hover .teaserbutton-schraege {
	opacity: 0.9;
	outline: 1px solid transparent;
}
.teaser-galerie .teaser-single {
	padding: 0;
}
.teaser-galerie img {
	width: 100%;
}
.galerie-weiteres_bild {
	display: none;
}
.teaser-galerie-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
}
.teaserOrangeOverlay {
	background-color: rgba(237, 169, 14, 0.7);
	pointer-events: none;
}
.teaserBlauOverlay {
	background-color: rgba(5, 89, 168, 0.7);
	pointer-events: none;
}
.galerie_beschriftung {
	position: absolute;
	width: 100%;
	text-align: center;
	left: 50%;
	top: 50%;
  transform: translateX(-50%) translateY(-50%);
	font-weight: 600;
	font-size: 24px;
	color: #fff;
}
.teaser-galerie img.galerie-icon {
	width: 30px;
	margin-top: -5px;
}
.teaser-wichtige_information {
	font-weight: 600;
	font-size: 24px;
	color: #fff;
	text-align: center;
	padding: 20px 0;
}
.teaser-wichtige_information.teaserOrangeWichtigeInformation {
	color: #0559A8;
	background-color: #EDA90E;
}
.teaser-wichtige_information.teaserOrangeWichtigeInformation a {
	color: #0559A8;
	text-decoration: none;
}
.teaser-wichtige_information.teaserBlauWichtigeInformation {
	color: #fff;
	background-color: #0559A8;
}
.teaser-wichtige_information.teaserBlauWichtigeInformation a {
	color: #fff;
	text-decoration: none;
}
@media (max-width: 991px) {
	.teaser-startseite {
		margin-top: -100px;
	}
	.custom-teaser-col {
		margin-bottom: 15px;
	}
	.teaser-wichtige_information {
		margin-bottom: 20px;
	}
}
@media (max-width: 767px) {
	.teaser-startseite {
		margin-top: 0;
	}
	.teaser-single {
		margin-bottom: 15px;
	}
}

/* Aktuelles und Termine */
.aktuelles_termine {
	position: relative;
	z-index: 1;
}
.aktuelles-single {
	position: relative;
	background-color: #fff;
	margin-bottom: 20px;
}
.aktuelles-single h2 {
	margin-top: 15px;
}
.aktuelles-single a:hover,
.aktuelles-single a:focus,
.aktuelles-single a:active,
.aktuelles-single a:visited {
	text-decoration: none;
}
.aktuelles-vorschaubild img {
	width: 100%;
}
.aktuelles-text {
	padding: 0 15px 35px 15px;
}
.aktuellesbutton {
	position: absolute;
	overflow: hidden;
	width: 130px;
	float: right;
	right: 0;
	bottom: 0;
}
.aktuellesbutton-text {
	position: relative;
	z-index: 1;
	padding: 15px 5px 10px 15px;
}
.aktuellesbutton a,
.aktuellesbutton a:hover {
	color: #fff;
	text-decoration: none !important;
}
.aktuellesbutton-schraege {
	position: absolute;
	height: 80px;
	width: 100%;
	top: 2px;
	z-index: 0;
	background-color: #EDA90E;
	/* -moz-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	-webkit-transform: rotate(-2deg);
	transform: rotate(-2deg); */
}
.aktuellesbutton a:hover .aktuellesbutton-schraege {
	opacity: 0.9;
	outline: 1px solid transparent;
}
.aktuelles-single:nth-of-type(odd) .aktuellesbutton-schraege {
	background-color: #0559A8;
}
.termin-titel {
	background-color: #0559A8;
}
/* .termin-single:nth-of-type(odd) .termin-titel {
	background-color: #EDA90E;
} */
.termin-single {
	margin-bottom: 20px;
}
.termin-titel h2 {
	color: #fff;
	padding: 15px;
	margin: 0;
}
.termin-inhalt {
	background-color: #fff;
	padding: 15px;
}
.alle-neuigkeiten,
.alle-termine {
	text-align: center;
	background-color: #fff;
	color: #0559A8;
	padding: 15px;
	font-weight: 700;
}
.alle-neuigkeiten-wrapper a:focus,
.alle-neuigkeiten-wrapper a:hover,
.alle-neuigkeiten-wrapper a:active,
.alle-neuigkeiten-wrapper a:visited,
.alle-termine-wrapper a:focus,
.alle-termine-wrapper a:hover,
.alle-termine-wrapper a:active,
.alle-termine-wrapper a:visited {
	text-decoration: none;
}
.inhaltskasten_unter_terminen {
	background-color: #fff;
	padding: 15px;
	margin-top: 20px;
}

@media (max-width: 991px) {
	.alle-neuigkeiten-wrapper {
		margin-bottom: 70px;
	}
}

/* Headerbild mit Titel und Breadcrumb */
.headerbild {
	position: relative;
	height: 600px;
	background-position: center;
	background-size: cover;
	margin-top: 100px;
	z-index: 1;
	-moz-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
	width: 110%;
	margin-left: -5%;
}
.headerbild-titel {
	position: relative;
	background-color: #EDA90E;
	top: 330px;
	display: inline-block;
}
.headerbild-titel h1 {
	display: table;
	color: #0559A8;
	font-size: 28px;
	font-weight: 600;
	margin: 0;
	padding: 15px 20px;
}
.headerbild-text {
	position: relative;
	display: table;
	border-radius: 0;
	background-color: #0559A8;
	padding: 10px 20px 10px 20px;
	color: #fff;
	top: 353px;
}
.breadcrumb-wrapper {
	background-color: #efefef;
	z-index: 1;
	position: relative;
	border-top: solid 5px #EDA90E;
	-moz-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
	width: 110%;
	padding: 10px 0;
	margin-left: -5%;
	margin-top: -40px;
}
.breadcrumb {
	background-color: #efefef;
	margin: 0;
	padding: 10px 0;
}
.breadcrumb a,
.breadcrumb a:hover,
.breadcrumb a:focus,
.breadcrumb a:active,
.breadcrumb a:visited {
	color: #0559A8;
	text-decoration: none;
}
.breadcrumb .current-page {
	color: #EDA90E;
}
.breadcrumb-seperator {
	position: relative;
	margin: 0 5px;
	top: 1px;
	display: inline-block;
	color: #0559A8;
}

@media (max-width: 1919px) {
	.headerbild {
		margin-top: 100px;
		height: 450px;
	}
	.headerbild-titel {
		top: 275px;
	}
	.headerbild-text {
		top: 268px;
	}
}
@media(max-width: 1200px) {
	.headerbild {
		height: 350px;
	}
	.headerbild-titel {
		top: 241px;
	}
	.headerbild-text {
		top: 235px;
	}
}
@media(max-width: 991px) {
	.headerbild {
		height: 350px;
	}
	.headerbild-titel {
		top: 42px;
		left: 15px;
	}
	.headerbild-text {
		top: 186px;
		left: 15px;
	}
	.breadcrumb-wrapper {
		padding-left: 35px;
	}
}
@media (max-width: 768px) {
	.headerbild-titel {
		top: 37px;
		left: 30px;
	}
	.headerbild-text {
		top: 186px;
		left: 30px;
	}
}

/* Text links Bild rechts */
/* Bild links Text rechts */
/* Text (2/3) Text (1/3) */
.text_links-bild_rechts {
	position: relative;
	z-index: 1;
}
.text_links-bild_rechts-bild img {
	width: 100%;
}
.bild_rechts-einzeln {
	margin-bottom: 15px;
}
.bild_links-text_rechts {
	position: relative;
	z-index: 1;
}
.text_2_3-text_1_3,
.text_1_3-text_2_3 {
	position: relative;
	z-index: 1;
}
.bild_links-text_rechts-bild img {
	width: 100%;
}
.bild_links-einzeln {
	margin-bottom: 20px;
}
.bildhalbegroesse {
	width: 47%;
	float: left;
	margin-bottom: 20px;
	margin-right: 0;
	display: block;
	clear: none;
}
.text_links-bild_rechts-bild .bildhalbegroesse:nth-of-type(2n) ,
.bild_links-text_rechts-bild .bildhalbegroesse:nth-of-type(2n) {
	clear: both;
	margin-right: 20px;
}

/* Text volle Breite */
.text_volle_breite {
	position: relative;
	z-index: 1;
}

/* Bildergalerie */
.bildergalerie {
	position: relative;
	z-index: 1;
	margin-bottom: -50px;
	padding-bottom: 50px;
}
.bildergalerie h2 {
	text-align: center;
}
.bild-grid-item {
	width: 31%;
	margin: 10px;
}
.bild-grid-item img {
	width: 100%;
}
@media (max-width: 991px) {
	.bild-grid-item {
		width: 47%;
	}
}
@media (max-width: 680px) {
	.bild-grid-item {
		width: 100%;
	}
}

/* Text klein zentriert */
.text_klein_zentriert {
	position: relative;
	z-index: 1;
}
.text_klein_zentriert-inhalt {
	max-width: 750px;
	text-align: center;
	margin: 0 auto;
}

/* Bilderslider */
.bilderslider-wrapper {
	outline: 1px solid transparent;
	-webkit-backface-visibility: hidden;
}
.bilderslider {
	position: relative;
	-moz-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
	width: 110%;
	margin-left: -5%;
	cursor: move;
	outline: 1px solid transparent;
	-webkit-backface-visibility: hidden;
}
.bilderslider-bild {
	height: 300px;
	background-size: cover;
	background-position: center;
	outline: 1px solid transparent;
}
@media (max-width: 991px) {
	.bilderslider-bild {
		height: 150px;
	}
}
@media (max-width: 767) {
	.bilderslider-bild {
		height: 100px;
	}
}

/* Archive */
.page_number {
	margin: 0;
	display: inline-block;
	border-right: solid 1px #aaa;
	padding: 0 5px;
}
.page_number:nth-last-of-type(1) {
	border-right: none;
}
.page_number.currentPaginationCount {
	font-weight: 700;
}
.paginationCount {
	display: inline-block;
}
.paginationBack {
	padding-right: 15px;
}
.paginationForward {
	margin-left: 15px;
}

/* News Archiv */
.news_archiv {
	position: relative;
	z-index: 1;
}
.news_archiv a:hover {
	text-decoration: none;
}
.news_archiv-vorschaubild img {
	width: 100%;
}
.news_archiv-einzelnews {
	margin-bottom: 45px;
	background-color: #efefef;
}
.aktuelles-text {
	color: #000;
}

/* Termine Archiv */
.termine_archiv {
	position: relative;
	z-index: 1;
}
.termine_archiv-einzeltermin {
	margin-bottom: 45px;
	background-color: #efefef;
}
.termine_archiv-einzeltermin h2 {
	background-color: #0559A8;
	color: #fff;
	margin: 0;
	width: 100%;
	padding: 15px;
}
.termine-text {
	padding: 15px;
	color: #000;
}
.termine_archiv a:hover {
	text-decoration: none !important;
}

/* News Einzelseite */
.news-einzelseite {
	margin: 280px 0 220px 0;
}
.news-einzelseite-vorschaubild {
	margin-bottom: 30px;
}
.news-einzelseite-vorschaubild img {
	width: 100%;
}
.news-einzelseite h1 {
	margin-bottom: 20px;
}
.veroeffentlichungsdatum {
	display: block;
	margin-bottom: 15px;
	font-size: 14px;
}

/* Modal */

.modal-backdrop {
	display:none;
}

.modal-body button{
	background-color: #EDA90E;
padding: 7px 10px 5px 10px;
font-size: 16px;
color: #fff;
border: none;
margin-bottom: 20px;
}

/*Share Buttons*/

.sharefunktion{
	margin-top: 60px;
}

.sharefunktion p{
		font-size: 20px;
}

.sharebuttons{
	margin-top: 20px;
}

.sharebuttons a{
	margin-right: 10px;
}


/* Termine Einzelseite */
.termine-einzelseite {
	margin: 200px 0 220px 0;
}
.termine-einzelseite h1 {
	background-color: #0559A8;
	color: #fff;
	margin: 0;
	padding: 15px;
}
.termine-einzelseite-inhalt {
	background-color: #efefef;
}

/* SUCHERGEBNISSE */
.suchergebnisse {
	width: 100%;
	max-width: 1170px;
	margin: 300px auto 150px auto;
	padding: 0 15px;
	position: relative;
	z-index: 2;
}
.suchergebnisse h2 {
	margin-top: 0;
	word-break: break-word;
}
.suchergebnisse a {
	display: block;
	transition: opacity 150ms;
	margin-bottom: 30px;
	padding: 15px;
	background: #efefef;
}
.suchergebnisse a:hover {
	text-decoration: none;
	opacity: 0.75;
}
.suchergebnisse a .previewtext {
	color: #000;
}
.nichtsgefunden {
	margin-bottom: 240px;
}
/* .nichtsgefunden .suchleiste-animationswrapper {
	height: 70px;
}
.nichtsgefunden .suchleiste-animationswrapper .suche-absenden {
	height: 32px;
}
.nichtsgefunden .suche-textfeld {
	width: 1080px;
} */

/* KATEGORIESEITE */
.kategorieseite {
	margin: 240px 0 220px 0;
}

/* BEITRAGSEINZELSEITE */
.beitragseinzelseite {
	margin: 240px 0 220px 0;
}

/* KATEGORIEANZEIGE */
.kategorieanzeige-wrapper {
	position: relative;
	z-index: 1;
}
.kategorieanzeige-einzelpost {
	position: relative;
	background-color: #efefef;
	margin-bottom: 20px;
}
.button_fur_weitere_informationen-wrapper {
	padding: 15px;
	background-color: #EDA90E;
	top: 9px;
	position: relative;
	display: table;
}
.button_fur_weitere_informationen-wrapper:hover,
.button_fur_weitere_informationen-wrapper:focus,
.button_fur_weitere_informationen-wrapper:active {
	opacity: 0.9;
	text-decoration: none;
}
.button_fur_weitere_informationen {
	font-weight: 700;
	color: #fff;
}
.button_fur_weitere_informationen:hover,
.button_fur_weitere_informationen:focus,
.button_fur_weitere_informationen:active {
	color: #fff;
}

/* FOOTER */
.schraege-footer {
	position: relative;
	width: 110vw;
	height: 170px;
	margin-top: -216px; /* -180px */
	margin-left: -5vw;
	border-bottom: solid 5px #EDA90E;
	background-color: #fff;
	z-index: 1;
	-moz-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	-webkit-transform: rotate(-2deg);
	transform: rotate(-2deg);
}
.footer-linkespalte {
	background-color: rgba(5, 89, 168, 1);
	margin-top: -30px;
	padding-top: 40px;
	height: 360px;
	overflow: hidden;
	background-size: cover;
}
.footer-linkespalte-content {
	float: right;
	width: 100%;
	max-width: 585px;
	padding-left: 15px;
	padding-right: 15px;
}
.footer-rechtespalte-google_maps {
	margin-top: -136px;
}
footer {
	color: #fff;
}
footer h2 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	margin: 30px 0 15px 0;
	line-height: 120%;
}
footer a {
	color: #fff;
}
footer a:focus,
footer a:hover,
footer a:active,
footer a:visited {
	color: #fff;
}
#footer-google-maps {
  height: 460px;
  width: 100%;
	bottom: -6px;
	position: relative;
}

@media (max-width: 1200px) {
	.footer-linkespalte-content {
		max-width: 485px;
	}
	.footer-linkespalte {
		height: 390px;
	}
	#footer-google-maps {
	  height: 490px;
	}
}
@media (max-width: 991px) {
	.footer-linkespalte,
	.footer-rechtespalte {
		padding-left: 15px;
		padding-right: 15px;
	}
	.footer-linkespalte {
		height: auto;
	}
	.footer-linkespalte-content {
		width: 100%;
		max-width: 750px;
		float: none;
		margin: 0 auto 30px auto;
	}
	.footer-rechtespalte-google_maps {
		margin-top: 0;
	}
	#footer-google-maps {
		top: 0;
		bottom: 0;
		margin-bottom: -6px;
	}
}
@media (max-width: 767px) {
	.schraege-footer {
		height: 170px;
	}
}

/* ERROR 404 */
.error404 {
	margin: 120px auto;
	padding: 0 15px;
	max-width: 1000px;
}

.rl-gallery-item img {
		border: 6px solid #ffffff;
}

/* Galerie */
.galerie-wrapper h2 {
	text-align: center;
	z-index: 1;
	position: relative;
	margin-top: 0;
	margin-bottom: 5px;
}
.galerie-wrapper .createdate {
	text-align: center;
	color: #0559A8;
	margin-bottom: 15px;
}
.galerie-wrapper .container {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.galerie-wrapper .spalte-links {
	width: 70%;
	padding-right: 30px;
}
.galerie-wrapper .spalte-links .galerie {
	position: relative;
	z-index: 1;
}
.galerie-wrapper .spalte-links .galerie .rl-gallery-container .rl-gallery .rl-gallery-item {
	width: 33.33333%;
}
.galerie-wrapper .spalte-links .galerie .rl-gallery-container .rl-gallery .rl-gallery-item a {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	padding: 100% 0 0 0;
	background: #004777;
}
.galerie-wrapper .spalte-links .galerie .rl-gallery-container .rl-gallery .rl-gallery-item a img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	object-fit: cover;
}
.galerie-wrapper .spalte-rechts {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	width: 30%;
	position: relative;
	z-index: 1;
	background: rgb(5, 89, 168);
	color: #fff;
	padding: 15px;
}
.galerie-wrapper .spalte-rechts a {
	color: #fff;
	margin-bottom: 10px;
}
.galerie-wrapper .spalte-rechts .pagination {
	margin: 5px 0 0 0;
}
.galerie-wrapper .spalte-rechts .pagination ul {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	width: 100%;
	padding: 0;
	margin: 0;
	left: -5px;
}
.galerie-wrapper .spalte-rechts .pagination ul li {
	padding: 5px;
}
.galerie-wrapper .spalte-rechts .pagination ul li .current {
	text-decoration: underline;
}

@media (max-width: 991px) {
	.galerie-wrapper .spalte-rechts .pagination ul li {
		padding: 3px;
	}
}
@media (max-width: 768px) {
	.galerie-wrapper .container {
		flex-direction: column;
	}
	.galerie-wrapper .spalte-links {
		order: 2;
		width: 100%;
		padding-right: 0;
		margin-left: 0;
	}
	.galerie-wrapper .spalte-rechts {
		order: 1;
		width: 100%;
		padding: 15px;
		margin-left: 0;
		margin-bottom: 30px;
	}
}

#gform_wrapper_1 .gform_footer input[type="image"] {
	width: 130px;
}

#gform_wrapper_1 .gform_heading .gform_required_legend {
	display: none;
}

.gform_confirmation_wrapper {
	border: solid 2px #EDA90E;
    text-align: center;
    padding: 30px;
}