/*------------------------------------------------------------------------------------------------------*/

/*
Theme Name: AFP Wordpress Theme
Author: TNT Aachen | Tobias Küppers und Tobias B. Tillmann GbR
Version: 1.0
*/

/* Table of Content */

/* --- Fonts --- */

@font-face {
	font-family: "OpenSans Light";
	src: url(opensans-light-webfont.eot);
	src: url(opensans-light-webfont.ttf) format("truetype"),
		 url(opensans-light-webfont.woff) format("woff");
}

@font-face {
	font-family: "OpenSans Regular";
	src: url(opensans-regular-webfont.eot);
	src: url(opensans-regular-webfont.ttf) format("truetype"),
		 url(opensans-regular-webfont.woff) format("woff");
}

@font-face {
	font-family: "OpenSans Bold";
	src: url(opensans-bold-webfont.eot);
	src: url(opensans-bold-webfont.ttf) format("truetype"),
		 url(opensans-bold-webfont.woff) format("woff");
}

@font-face {
	font-family: "OpenSans Semibold";
	src: url(opensans-semibold-webfont.eot);
	src: url(opensans-semibold-webfont.ttf) format("truetype"),
		 url(opensans-semibold-webfont.woff) format("woff");
}

@font-face {
	font-family: "OpenSans Italic";
	src: url(opensans-italic-webfont.eot);
	src: url(opensans-italic-webfont.ttf) format("truetype"),
		 url(opensans-italic-webfont.woff) format("woff");
}

@font-face {
	font-family: "OpenSans Regular Italic";
	src: url(opensans-lightitalic-webfont.eot);
	src: url(opensans-lightitalic-webfont.ttf) format("truetype"),
		 url(opensans-lightitalic-webfont.woff) format("woff");
}






/* --- Allgemein --- */
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

::selection {
  background: #d1d5d8;
}

::-moz-selection {
  background: #d1d5d8;
}

html, body {
	background-color: #fff;
	font-family: OpenSans Regular, Arial, sans-serif;
	color: #000;
	font-size: 100%;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	padding: 0;
	margin: 0 auto;
}

#page-wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

#preloader-wrapper{
    width: 100%;
    height: 100vh;
    position: fixed;
    background-color: #fff;
    z-index:5000;
}

#preloader {
    width: 100%;
    height: 100vh;
    position: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-image: url(yor_icon.png);
    z-index:5100;
    animation: rotate_360 1s ease-in-out infinite;
}

#main {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

a {
	text-decoration: none;
	transition: color 0.5s ease;
	font-family: OpenSans Regular, Arial, sans-serif;
    font-size:18px;
    font-size:1.125rem;
	line-height: 30px;
	line-height: 1.875rem; 
    cursor: pointer;
    color: #000;
}

a:hover {
	color: #014f9c;
}

#idTextPanel a,
article a,
#page-143 a,
#page-22 a,
#page-24 a,
#page-26 a,
#page-28 a,
#page-30 a,
#page-32 a,
#page-34 a,
#page-355 a {
    font-size:18px;
    font-size:1.125rem;
	line-height: 30px;
	line-height: 1.875rem;
	font-family: OpenSans Semibold, Arial, sans-serif;
}

/* --- Headlines --- */
h1 {
	font-family: OpenSans Regular, Arial, sans-serif;
	font-size: 40px;
	font-size: 2.5rem;
    line-height: 60px;
    line-height: 3.75rem;
    margin: 0 0 50px 0;
}

h2 {
	font-family: OpenSans Regular, Arial, sans-serif;
	font-size:30px;
	font-size:1.875rem;
    line-height: 40px;
    line-height: 2.5rem;
    margin: 50px 0 10px 0;
}

h2 a {
	font-family: OpenSans Regular, Arial, sans-serif;
	font-size:30px;
	font-size:1.875rem;
    line-height: 40px;
    line-height: 2.5rem;
    margin: 50px 0 10px 0;
}

h3 {
	font-family: OpenSans Regular, Arial, sans-serif;
    margin: 20px 0 10px 0;
    display: block;
}

h4 {
	font-family: OpenSans Semibold, Arial, sans-serif;
    margin: 20px 0 10px 0;
    display: block;
}

h6 {
	font-family: OpenSans Regular, Arial, sans-serif;
	font-size:30px;
	font-size:1.875rem;
    line-height: 40px;
    line-height: 2.5rem;
}


ul {
    list-style-type: disc;
    font-size:18px;
    font-size:1.125rem;
	line-height: 30px;
	line-height: 1.875rem;
    padding: 0 0 0 20px;
}

ol {
	list-style-type: upper-roman;
    font-size:18px;
    font-size:1.125rem;
	line-height: 30px;
	line-height: 1.875rem;
    padding: 0 0 0 20px;
}


/* --- Header --- */
header {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 5px 0;
} 

#mobile-toggle {
    width: 100%;
    height: 50px;
    position: fixed;
    color: #fff;
    background: rgba(1,79,156,0.8);
    font-size: 30px;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    z-index: 2000;
}

#mobile-toggle img{
    width: 50px;
    height: auto;
}

#nav-mobile,
#nav-desktop {
    display: none;
}

#nav-mobile {
    padding: 70px 20px 30px 20px;
    position: fixed;
    z-index: 1999;
    background: rgba(255,255,255,0.9);
    width: 100%;
}

nav ul {
    padding: 0;
    list-style-type: none;
}

nav li {
    font-size:18px;
    font-size:1.125rem;
	line-height: 30px;
	line-height: 1.875rem;
	font-family: OpenSans Regular, Arial, sans-serif;
    cursor: pointer;
    display: block;
    text-align: left;
    margin: 0 0 10px 0;
}

nav li:hover {
    color: #014f9c;
}

nav li a{
	font-size:15px;
	font-size:0.9375rem;
	line-height: 30px;
	line-height: 1.875rem;
	font-family: OpenSans Regular, Arial, sans-serif;
}

#nav-level-two-1,
#nav-level-two-2 {
    background: rgba(1,79,156,0.7);
    padding: 10px;
    margin: 10px 0;
    display: none;
}

#nav-level-two-1 li,
#nav-level-two-2 li{
    display:block;
    float: none;
}

nav ul ul a {
    color: #fff;
}

nav ul ul a:hover {
    color: #d1d5d8;
}

#home-link {
    position: fixed;
    z-index: 1000;
    top: 2%;
    right: 2%;
    height: 50px;
    width: 50px;
    font-size: 30px;
    line-height: 43px;
    border-radius: 100%;
    background: rgba(1,79,156,0.3);
    cursor: pointer;
    z-index: 2200;
    color: #fff;
    text-align: center;
    transition: background 0.5s ease;
}

#top-link {
	position: fixed; 
	right: 1%; 
	bottom: 3%; 
	z-index: 1000;
	display: block;
	cursor: pointer;
    height: 50px;
    width: 50px;
    font-size: 30px;
    line-height: 43px;
    border-radius: 100%;
    background: rgba(1,79,156,0.3);
    color: #fff;
    text-align: center;
    transition: background 0.5s ease;
}

#top-link:hover {
    background: rgba(1,79,156,1.0);
}


/* --- Home --- */

/*Slider*/
#motoslider_wrapper5fcff25a1385f {
	display: none !important;
}

/* Intro */
#page-143 {
    padding: 0 20px 50px 20px;
}

#page-content-wrapper-143 {
    width: 100%;
}

#page-thumbnail-wrapper-143 {
    width: 100%;
    padding: 40px 20px;
}

#page-thumbnail-wrapper-143 img {
    width: 100%;
    height: auto;
}

#sections-home-wrapper {
    padding: 100px 20px 20px 20px;
    height: auto;
    overflow: auto;
    display: flex;
    flex-wrap: wrap;
}

.section-home {
    width: 100%;    
    margin: 0 0 70px 0;
}

.section-home:last-child {
    padding: 0;
}

.section-home img {
    width: 80%;
    height: auto;
    margin: auto;
    position: relative;
}

.section-home a {
    display: block;
    margin: 40px 0 0 0;
}

/*
#home-teaser-inner {
    background: #014f9c;
    color: #fff;
    padding: 20px;
}

#home-teaser-inner a {
    color: #fff;
}

#home-teaser-inner a:hover {
    color: #fff;
}
*/

#home-preistraeger img {
    margin: 50px 0 0 0;
}

#home-veranstaltungen li,
#home-bloglist li {
    margin: 30px 0 0 0;
}

#home-veranstaltungen ul,
#home-bloglist ul {
    padding: 0;
}

#home-bloglist li a {
	font-family: OpenSans Regular Italic, Arial, sans-serif;
}

#home-veranstaltungen li a {
	font-family: OpenSans Regular, Arial, sans-serif; !important
}

/* --- Single Page --- */
.single-page {
    padding: 70px 20px;
}

.page-arbeitskreise {
    background: #014f9c;
    color: #fff;
}

.page-arbeitskreise a {
    color: #fff;
}

.page-arbeitskreise a:hover {
    color: #d1d5d8;
}


/* --- Sections --- */
section {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.page-title {
    font-family: OpenSans Regular, Arial, sans-serif;
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 40px;
	line-height: 2.5rem;
    margin: 0 0 30px 0;
}

.page-title a {
    font-family: OpenSans Regular, Arial, sans-serif;
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 40px;
	line-height: 2.5rem;
    color: #fff;
}

.page-title a:hover {
    color: #000;
}

.page-content {
    font-size:18px;
    font-size:1.125rem;
	line-height:30px;
	line-height:1.875rem;
}


/* Fahrplan */
#page-22 {
    padding: 50px 20px;
}

#page-title-wrapper-22,
#page-content-wrapper-22 {
    width: 100%;
}

/* Preisträger */
#cpt-preistraeger {
    padding: 50px 20px;
    background: #014f9c;
    color: #fff;
    margin: 50px 0 0 0;
}

#cpt-preistraeger ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

#cpt-preistraeger li {
    list-style-type: none;
    display: block;
    text-align: center;
    padding: 20px;
    width: 100%;
    cursor: pointer;
}

#cpt-preistraeger span {
    display: block;
    position: relative;
    margin: 0 auto 20px auto;
	font-family: OpenSans Regular, Arial, sans-serif;
}

.cpt-preistraeger-jahr {
    background: #fff;
    color: #014f9c;
    width: 100px;
    height: 100px;
    border-radius: 100%;
	font-size:30px;
	font-size:1.875rem;
    line-height: 100px;
    line-height: 6.25rem;
	font-family: OpenSans Regular, Arial, sans-serif;
}

.cpt-preistraeger-title {
    color: #fff;
	font-family: OpenSans Regular, Arial, sans-serif;
}

.cpt-preistraeger-title:hover {
    color: #d1d5d8;
}

/* CPT Preistraeger Single */

.single-cpt-preistraeger a {
    font-size:18px;
    font-size:1.125rem;
	line-height: 30px;
	line-height: 1.875rem;
	font-family: OpenSans Regular, Arial, sans-serif;
    color: #014f9c;
}

.single-cpt-preistraeger a:hover {
    color: #000;
}
    
.single-cpt-preistraeger-title {
	font-family: OpenSans Regular, Arial, sans-serif;
	font-size: 40px;
	font-size: 2.5rem;
    line-height: 60px;
    line-height: 3.75rem;
    margin: 0 0 50px 0;
}

.single-cpt-preistraeger-content{
    font-size:18px;
    font-size:1.125rem;
	line-height:30px;
	line-height:1.875rem;
    padding: 50px 20px;
}

.single-cpt-preistraeger-back {
    position: fixed;
    top: 2%;
    right: 2%;
    height: 50px;
    width: 50px;
    font-size: 30px;
    line-height: 43px;
    border-radius: 100%;
    background: rgba(1,79,156,0.3);
    cursor: pointer;
    z-index: 2200;
    color: #fff;
    text-align: center;
    transition: background 0.5s ease;
}

.single-cpt-preistraeger-back:hover {
    background: rgba(1,79,156,1.0);
}

.cpt-preistraeger-taxonomy-description {
    padding: 0 20px 70px 20px;
}

/* Aktuelle Preisträger */
.cpt-preistraeger-aktuell {
    padding: 0;
}

.cpt-preistraeger-aktuell-image {
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

.cpt-preistraeger-aktuell-content-wrapper {
    position: relative;
    top: 30%;
    width: 100%;
    height: auto;
    background: rgba(1,79,156,0.7);
    z-index: 2;
    color: #fff;
    padding: 20px;
}

.cpt-preistraeger-aktuell-title a {
    display: block;
    font-size:18px;
    font-size:1.125rem;
	line-height:30px;
	line-height:1.875rem;
    color: #fff;
}

.cpt-preistraeger-aktuell-title a:hover {
    color: #d1d5d8;
}

/* Spenden */
#page-24 {
    padding: 50px 20px;
}

#page-title-wrapper-24 {
    width: 100%;
}

#page-content-wrapper-24 {
    width: 100%;
}


/* Blog List */
.blog-list li a {
	font-family: OpenSans Regular Italic, Arial, sans-serif;
}

.blog-list ul {
    list-style-type: none;
    padding: 0;
}

.blog-list li {
    margin: 0 0 50px 0;
}

.blog-list span{
    display: block;
	font-family: OpenSans Regular, Arial, sans-serif;    
}

/*  Kontakt  */
#page-26{
    padding: 50px 20px;
}

#page-title-26 {
    text-align: right;
}

#contact-widget-form-wrapper {
    width: 100%;
    padding: 0;
}

#page-content-wrapper-26 {
    width: 100%;
    padding: 0 0 50px 0;
}

#contact-widget-form-wrapper li {
    list-style-type: none;
}

.wpcf7 p {
	font-family: OpenSans Regular, Arial, sans-serif;
    font-size:18px;
    font-size:1.125rem;
    margin: 10px 0 30px 0;
}

.wpcf7-list-item {
	margin: 0 1em 0 0 !important;
}

input, textarea {
	width: 100%;
    font-size:18px;
    font-size:1.125rem;
	line-height:25px;
	line-height:1.5625rem;
	font-family: OpenSans Regular, Arial, sans-serif;
    border: none;
	color: #fff;
    padding: 10px;
    outline: 0;
    background: rgba(1,79,156,0.5);
	transition: background 0.5s ease;
	margin: 10px 0 0 0;
}

input:hover, textarea:hover {
    background: rgba(1,79,156,1.0);
}

input:focus, textarea:focus {
    background: rgba(1,79,156,1.0);
}

input[type="submit"] {
	width: 100%;
	height: auto;
    color: #fff;
    background: rgba(1,79,156,1.0);
    border: none;
    font-family: OpenSans Regular, Arial, sans-serif;
    font-size:18px;
    font-size:1.125rem;
	outline: 0;
    cursor: pointer;
	transition: background 0.5s ease;
    margin: 50px 0 0 0;
}

input[type="submit"]:hover {
    background: rgba(1,79,156,0.5);
}

#wpcf7-f328-p26-o1 input{
    width: 50%;
}

#wpcf7-f328-p26-o1 input[type="submit"] {
    margin: 0;
}

/* Overlay */
.page-overlay {
    z-index: 2000;
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0px;
    left: 0px;
    display: none;
}
 
.page-overlay-content {
    z-index: 2100;
    position: relative;
    width: 100%;
    height: 100%;
    top: 50%;
    right: 0px;
    color: #fff;
    padding: 20px;
	overflow-y: scroll;
	overflow-x: hidden;
	text-align: left;
    font-size:18px;
    font-size:1.125rem;
	line-height: 30px;
	line-height: 1.875rem; 
    background: #014f9c;
    width: 90%;
    height: 80vh;
    margin: 0 auto;
    margin-top: -45vh;
}

.page-overlay-close {
    position: fixed;
    height: 50px;
    width: 50px;
    font-size: 30px;
    line-height: 43px;
    border-radius: 100%;
    background: rgba(1,79,156,0.3);
    cursor: pointer;
    z-index: 2200;
    color: #fff;
    text-align: center;
	font-family: OpenSans Regular, Arial, sans-serif;
    transition: background 0.5s ease;
    left: 45%;
    bottom: 5%;
}

.page-overlay-close:hover {
    background: rgba(1,79,156,1.0);
}

.page-overlay-content a {
    color: #fff;
}

.page-overlay-content a:hover {
    color: #000;
}

/* Teaser Overlay */
.page-overlay-teaser-shown {
    display: block; !important
}

#page-overlay-teaser ul {
    list-style-type: none;
    padding: 0;
}

#page-overlay-teaser a {
	font-size:14px;
	font-size:0.875rem;
    line-height: 20px;
    line-height: 1.25rem;
	font-family: OpenSans Regular Italic, Arial, sans-serif;
}

#page-overlay-teaser li {
    padding: 0 0 30px 0;
}

#page-overlay-teaser span {
    display: block;
	font-family: OpenSans Regular Bold, Arial, sans-serif;
}

/* Verein */
#page-28,
#page-30,
#page-32,
#page-34,
#page-355,
#cpt-vorstand,
#cpt-partner {
    padding: 50px 20px;

}

#page-title-wrapper-28,
#page-title-wrapper-30 {
    width: 100%;
}

#page-content-wrapper-28,
#page-content-wrapper-30 {
    width: 100%;
}

#page-32,
#page-355 {
    background: #014f9c;
    color: #fff;
}

#page-32 a,
#page-355 a{
    color: #fff;
}

#page-32 a:hover,
#page-355 a:hover {
    color: #d1d5d8;
}

#page-title-30,
#page-title-32,
#page-title-34,
#page-title-355 {
    text-align: right;
}


/* Vorstand / Partner */
#page-title-cpt-vorstand,
#page-title-cpt-partner {
    margin: 0 0 50px 0;
}

#cpt-vorstand ul,
#cpt-partner ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

#cpt-vorstand li,
#cpt-partner li {
    list-style-type: none;
    display: block;
    text-align: center;
    padding: 30px;
    width: 100%;
}

#cpt-vorstand img,
#cpt-partner img {
	width: 200px !important;
	height: auto !important;
    margin: 0 0 20px 0;
}

#cpt-partner img {
    margin: 0 0 30px 0;
}

.cpt-vorstand-single-title,
#cpt-partner span {
    display: block;
    position: relative;
    margin: 0 auto 10px auto;
	font-family: OpenSans Regular, Arial, sans-serif;
}

.cpt-vorstand-single-function {
    margin: 0 auto;
	font-family: OpenSans Regular, Arial, sans-serif;
}

/* --- Blog --- */
#blog-wrapper {
    padding: 0 20px 70px 20px;
    min-height: 100vh;
}

#presse-wrapper {
    min-height: 100vh;
}

#blog-wrapper article {
    margin: 0 0 100px 0;
}

.archive-title {
    margin: 30px 0 50px 0;
}

article {
	width: 100%;
}

article p {
    font-size:18px;
    font-size:1.125rem;
	line-height: 30px;
	line-height: 1.875rem;
	font-family: OpenSans Regular, Arial, sans-serif;
    margin: 0 0 20px 0;
}

.blogmeta,
.blogmeta a {
	text-align: right;
    font-size:18px;
    font-size:1.125rem;
	line-height: 30px;
	line-height: 1.875rem;
	margin: 10px 0 0 0;
	font-family: OpenSans Semibold, Arial, sans-serif;
}

.more,
.more a {
    font-size:18px;
    font-size:1.125rem;
	margin: 10px 0 0 0;
	font-family: OpenSans Semibold, Arial, sans-serif;
}

.noresult {
    padding: 50px 0;
}

.cpf-arbeitskreis{
    color: #fff;
    background: rgba(1,79,156,0.7);
    padding: 50px 20px;
}

.cpf-arbeitskreis a {
    color: #fff;
}

.cpf-arbeitskreis a:hover {
    color: #014f9c;
}

.cpf-arbeitskreis-intro {
    font-size:18px;
    font-size:1.125rem;
	line-height: 30px;
	line-height: 1.875rem;
	font-family: OpenSans Regular, Arial, sans-serif;
}

.post-password-form {
    margin: 100px 0;
}

/* Editor Formats */
iframe {
	max-width: 100%;
}

article img {
	max-width: 100%;
	height: auto;
}

article img.full-width {
	width: 100%;
	height: auto;
}

.alignright {
	float: right;
	margin: 15px 0 15px 30px;
}

.alignleft {
	float: left;
	margin: 15px 30px 15px 0;
}

.aligncenter {
	display: block;
	margin: 15px auto;
}

.alignnone {
	display: block;
	float: none;
	clear: both;
	margin: 15px;
}

strong {
	font-family: OpenSans Semibold, Arial, sans-serif;
}

em {
	font-family: OpenSans Regular Italic, Arial, sans-serif;
}

blockquote,
blockquote p {
	font-family: OpenSans Regular Italic, Arial, sans-serif;
    padding: 20px 30px;
}

hr {
    border: 0;
    height: 1px;
    background: #014f9c;;
}

.wp-caption-text {
	font-family: OpenSans Semibold, Arial, sans-serif;    
}

.post-password-form p {
    margin: 0 0 20px 0;
}

.post-password-form input {
    width: 50%;
    display: block;
}

/* Sidebar */
aside {
    clear:both;
	position: relative;
	width: 100%;
    height: auto;
    overflow: auto;
	margin: 0 auto;
    background: #014f9c;
    color: #fff;
    padding: 30px 20px;
}

.blog-sidebar-widget {
    width: 100%;
    height: auto;
    margin: 0 0 50px 0;
}

.blog-sidebar-widget:last-child {
    margin: 0;
}

.blog-sidebar-widget ul {
    list-style-type: none;
    padding: 0;
}

.blog-sidebar-widget li {
    padding: 0;
}

.blog-sidebar-widget li a {
    color: #fff;
}
.blog-sidebar-widget li a:hover {
    color: #d1d5d8;
}

/* --- Page Navigation --- */
.page-navigation {
	display: block;
	float: none;
	clear: both;
    margin: 0 0 30px 0;
}

/* --- 404 --- */
#wrapper-404 {
    width: 100%;
    min-height: 80vh;
    text-align: center;
    padding: 50px 20px;
}

#wrapper-404 p {
    font-size:18px;
    font-size:1.125rem;
	line-height: 30px;
	line-height: 1.875rem;
    margin: 50px 0;
}

#wrapper-404 a {
	font-family: OpenSans Regular, Arial, sans-serif;
}


/* --- Footer --- */
footer {
	width: 100%;
    height: auto;
	position: relative;
	margin: 0 auto;
	padding: 5px 20px;
    clear: both;
}

#footer-blog {
    background: #014f9c;
    color: #fff;
}

#footer-blog a {
    color: #fff;
}

#footer-blog a:hover {
    color: #d1d5d8;
}

.impressum p {
    display: inline;
    margin: 0 10px 0 0;
    font-size:14px;
    font-size:0.875rem;
	font-family: OpenSans Regular, Arial, sans-serif;
}

.impressum a {
    display: inline;
    font-size:14px;
    font-size:0.875rem;
	font-family: OpenSans Regular, Arial, sans-serif;
}

.impressum a:hover {
    color: #014f9c;
}

#page-overlay-impressum {
    display: none;
}

/* --- Media Queries --- */

/* 480px - Smartphone/Phablet Landscape */
@media only screen and (min-width: 30em) {
    
    #page-thumbnail-wrapper-26 {
        width: 80%;
        margin: 0 auto;
    }
    
    .page-overlay-content {
        width: 80%;
        height: 75vh;
        margin-top: -45vh;
    }
    
    .page-overlay-close {
        left: 45%;
        bottom: 3%;
    }

}


/* 720px - Tablet Portrait */
@media only screen and (min-width: 45em) {
    
    a {
        font-size:18px;
        font-size:1.125rem;
        line-height: 35px;
        line-height: 2.1875rem;
    }

    #idTextPanel a,
    article a,
    #page-143 a,
    #page-22 a,
    #page-24 a,
    #page-26 a,
    #page-28 a,
    #page-30 a,
    #page-32 a,
    #page-34 a, 
    #page-355 a, 
    .single-cpt-preistraeger-content a {
        font-size:18px;
        font-size:1.125rem;
        line-height: 35px;
        line-height: 2.1875rem;
    }

    h1 {
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 60px;
        line-height: 3.75rem;
    }

    h2 {
        font-size:30px;
        font-size:1.875rem;
        line-height: 50px;
        line-height: 3.125rem;
    }
    
     h2 a {
        font-size:30px;
        font-size:1.875rem;
        line-height: 50px;
        line-height: 3.125rem;
    }
    
    h6 {
        font-size:30px;
        font-size:1.875rem;
        line-height: 50px;
        line-height: 3.125rem;
    } 
  
    .page-overlay-content {
        width: 70%;
        height: 80vh;
        margin-top: -45vh;
    }
    
    .page-overlay-close {
        left: 48%;
        bottom: 5%;
    }    
    
    .cpt-preistraeger-aktuell-content-wrapper {
        top: 50%;
    }
    
    #page-22,
    #page-24,
    #page-26,
    #page-28,
    #page-30,
    #page-32,
    #page-34, 
    #page-355, 
    #cpt-preistraeger,
    #blog-list,
    #cpt-vorstand,
    #cpt-partner {
        padding: 100px 20px;
    }
    
    #page-thumbnail-wrapper-143 {
        width: 70%;
        margin: 0 auto;
    }
    
    #cpt-preistraeger li {
        width: 50%;
    }
    
    .page-title,
    .page-title a {
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 60px;
        line-height: 3.75rem;
}

    .page-content {
        font-size:18px;
        font-size:1.125rem;
        line-height: 35px;
        line-height: 2.1875rem;
    }    

    .cpt-preistraeger-aktuell-title span {
        font-size:18px;
        font-size:1.125rem;
        line-height: 35px;
        line-height: 2.1875rem;
    }
    
    .single-cpt-preistraeger{
       /* padding: 70px 20px; */
    }   
    
    .single-cpt-preistraeger-title {
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 60px;
        line-height: 3.75rem;
    }  
    
    .single-cpt-preistraeger-content {
        font-size:18px;
        font-size:1.125rem;
        line-height: 35px;
        line-height: 2.1875rem;
        padding: 70px 20px; 
    } 
    
    .cpt-preistraeger-taxonomy-description {
        padding: 0 20px 70px 20px;
    }    

    #blog-list ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    
    #blog-list li {
        width: 50%;
        text-align: center;
        font-size:18px;
        font-size:1.125rem;
        line-height: 35px;
        line-height: 2.1875rem;
    } 

    input[type="submit"] {
        font-size:18px;
        font-size:1.125rem;
    }
    
    .page-overlay-content {
        font-size:18px;
        font-size:1.125rem;
        line-height: 35px;
        line-height: 2.1875rem;
    }
    
    article p {
        font-size:18px;
        font-size:1.125rem;
        line-height: 35px;
        line-height: 2.1875rem;
    }
    
    #cpt-vorstand li,
    #cpt-partner li {
        font-size:18px;
        font-size:1.125rem;
        line-height: 35px;
        line-height: 2.1875rem;
        width: 50%;
    }  
    
    .cpf-arbeitskreis-intro {
        font-size:18px;
        font-size:1.125rem;
        line-height: 35px;
        line-height: 2.1875rem;
    }
    
    .post-password-form {
        margin: 200px 0;
    }
    
    .blogmeta,
    .blogmeta a {
        font-size:18px;
        font-size:1.125rem;
        line-height: 35px;
        line-height: 2.1875rem;
    }

    .more,
    .more a {
        font-size:18px;
        font-size:1.125rem;
    } 
    
    ul {
        font-size:18px;
        font-size:1.125rem;
        line-height: 35px;
        line-height: 2.1875rem;
    }

    ol {
        font-size:18px;
        font-size:1.125rem;
        line-height: 35px;
        line-height: 2.1875rem;
    }  
    
    aside {
        padding: 50px 20px;
    }
    
    .blog-sidebar-widget {
        width: 50%;
        float: left;
    }    
    
    #wrapper-404 {
        padding: 150px 20px;
    }

    #wrapper-404 p {
        font-size:18px;
        font-size:1.125rem;
        line-height: 35px;
        line-height: 2.1875rem;
    }
 
    .impressum p {
        font-size:14px;
        font-size:0.875rem;
    }

    .impressum a {
        font-size:14px;
        font-size:0.875rem;
    }
    
}

/* 1024px - Tablet Landscape */
@media only screen and (min-width: 64em) {

	#motoslider_wrapper5fcff25a1385f {
		display: block !important;
	}
	
    #page-143 {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px;
    }
    
    #page-content-wrapper-143 {
        width: 70%;
        order: 1;
    }

    #page-thumbnail-wrapper-143 {
        width: 30%;
        order: 2;
        padding: 20px;
    }

    #page-thumbnail-wrapper-143 img {
        width: 100%;
        height: auto;
    }
    
    #home-veranstaltungen li,
    #home-bloglist li {
        margin: 40px 0 0 0;
    }
    
    .cpt-preistraeger-aktuell-content-wrapper {
        top: 60%;
    }    
    
    #blog-list li {
        width: 33.33%;
    } 
    
}


/* 1280px */
@media only screen and (min-width: 80em) {
    
    header {
        padding: 0;
    }

    .page-overlay-content {
        width: 30%;
        height: 80vh;
        margin: 0;
        margin-top: -45vh;
        left: 68%;
    }
    
    .page-overlay-close {
        left: 80%;
        bottom: 5%;
    }    
    
    #sections-home-wrapper {
        padding: 150px 50px 20px 50px;
    }    
    
    .section-home {
        display: block;
        width: 50%;    
        float: left;
        padding: 0 75px 0 0;
        margin: 0 0 100px 0;
    }

    .section-home:last-child {
        padding: 0;
    }  
    
    nav {
        width: 100%;
        padding: 5px 20px;
        position: fixed;
        z-index: 1000;
        background: rgba(255,255,255,0.9);
    }
    
    #mobile-toggle {
        display: none;
    }
    
    #nav-desktop {
        display: block;
    }
    
    #nav-desktop img {
        width: 75px;
        height: auto;
        float: left;
        margin: 0 50px 0 0;
    }
    
    nav li {
        float: left;
        margin: 0 30px 0 0;
    }
    
    .single-page,
    #cpt-vorstand,
    #blog-wrapper {
        padding: 125px 25% 50px 25%;
    }
    
    #page-22,
    #page-24,
    #page-26,
    #page-28,
    #page-30,
    #page-32,
    #page-34, 
    #page-355, 
    #blog-list,
    #cpt-partner {
        padding: 100px 20px;
    }  
    
    #cpt-preistraeger li {
        width: 33.33%;
    }
    
    .single-cpt-preistraeger {
       /* padding: 100px 20% 100px 20%; */
    }       
    
    .single-cpt-preistraeger-content {
        padding: 100px 20% 100px 20%;
    }
    
    .cpt-preistraeger-taxonomy-description {
        padding: 0 20% 100px 20%;
    }
    
    .cpt-preistraeger-aktuell-content-wrapper {
        padding: 50px 20% 50px 20px;
    }
    
    #blog-list li {
        width: 25%;
    }
    
    #page-22,
    #page-24,
    #page-28,
    #page-30 {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #page-title-wrapper-22,
    #page-title-wrapper-24,
    #page-title-wrapper-28,
    #page-title-wrapper-30 {
        width: 40%;
    }

    #page-content-wrapper-22,
    #page-content-wrapper-24,
    #page-content-wrapper-28,
    #page-content-wrapper-30 {
        width: 60%;
        padding: 0 0 0 50px;
    }
    
    #page-title-wrapper-30 {
        order: 2;
    }
    
    #page-content-wrapper-30 {
        order: 1;
        padding: 0 50px 0 0;
    }
    
    #page-content-wrapper-26 {
        order: 2;
        width: 40%;
    }
    
    #contact-wrapper {
        display: flex;
    }

    #contact-widget-form-wrapper {
        width: 60%;
        padding: 0 50px 0 0;
        order: 1;
    }

    #cpt-vorstand li,
    #cpt-partner li {
        width: 33.33%;
    }    
    
    .archive-title {
        margin: 100px 0 70px 0;
    }
    
}

/* 1920px */
@media only screen and (min-width: 120em) {
    
    #page-content-30,
    .single-cpt-preistraeger-content {
        padding: 100px 25% 100px 25%;
    } 
    
   .cpt-preistraeger-taxonomy-description {
        padding: 0 25% 100px 25%;
    }
    
     .single-page,
    #cpt-vorstand,
    #blog-wrapper {
        padding: 125px 30% 50px 30%;
    }
    
    #page-content-22,
    #page-content-24,
    #page-content-28,
    #page-content-32,
    #page-content-355 {
        padding: 0 0 0 25%;
    }
    
    #page-content-wrapper-143 {
        width: 75%;
    }

    #page-thumbnail-wrapper-143 {
        width: 25%;
    }    
    
    .section-home {
        padding: 0 100px 0 0;
    }
    
    .cpt-preistraeger-aktuell-content-wrapper {
        top: 70%;
    }  
    
    #cpt-preistraeger li {
        width: 25%;
    }
    
    #blog-list li {
        width: 20%;
    }
    
    #wrapper-404 {
        padding: 200px 20px;
    }
    
}
