@charset "utf-8";
/*
 Theme Name: 	AWB
 Description: 	Individuelles Wordpress Template für AWB, made by tma pure!
 Author:       	Franziska Baierlein
 Author URI:   	https://www.tma-pure.de
 Version:      	1.0.0
 Text Domain:  	tma-pure
*/
/*
FARBEN
weiß		#FFFFFF
blau		#023770
hellblau	#ccd7e2
grün		#afcb08
schwarz		#000000
grau		#333333
hellgrau	#ececec
*/

@import url("css/normalize.min.css");
@import url("css/wordpress.css");

/* Source Sans */
@font-face {
  font-family: 'Source Sans';
  src: url('fonts/SourceSans3-VariableFont_wght.ttf') format('truetype');
}

h1, h2, h3, h4, h5, h6 {
    scroll-margin-top: 150px;
}
img{
	max-width: 100%;
	height: auto;
}
main figure:not(.wp-lightbox-container) > img{
	margin-bottom: 1em;
}
figure{
	margin: 0;
}
html, body{
	background: #333333;
}
body{  
	font-size: 1em; 
	font-size: 17px;
	font-family: 'Source Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #333333;
	background: #ffffff;
	margin: 0;
	accent-color: #afcb08;
	padding-top: 13.75em;
	line-height: 1.6875em;
}
h1, h2, h3, h4, h5, h6{
	font-family:'Source Sans', sans-serif;
	font-weight: 700; 
	font-style: normal; 
	font-size: 1.625rem;
	line-height: 2.75rem;
	color: #023770;
	margin: 0;
	margin-bottom: 1rem;
	position: relative;
}
p{
	margin-top: 0;
}
a {
	text-decoration: none;
	color: inherit;
	word-break: break-word;
	/*color: #023770;
	-moz-transition: all 0.2s linear; 
	-webkit-transition: all 0.2s linear; 
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear; 
	transition: all 0.2s linear;*/
}
p a{
	text-decoration: underline;
}
.blog a{
	text-decoration: none
}
hr, 
hr.wp-block-separator{
	height: 1px;
	border-width: 0;
	background-color: #dddddd;
	margin: 2em 0;
}
.txt-center,
.center{ 
	text-align: center;
}
.txt-right, 
.right{ 
	text-align: right; 
	float: right;
}
.uppercase{
	text-transform: uppercase;
}
.padding-tb{
	padding-top: 1em;
	padding-bottom: 1em;
}
.padding-t{
	padding-top: 1em;
}
.padding-b{
	padding-bottom: 1em;
}
.no-padding-tb, 
.wp-block-columns.no-padding-tb{
	padding-top: 0!important;
	padding-bottom: 0!important;
}
.padding-rl{
	padding-right: 2em!important; 
	padding-left: 2em!important;
}
.margin-b{
	margin-bottom: 1em;
}
::-moz-selection {
	background: #023770; 
	color: #ffffff; 
}
::selection {
	background: #023770; 
	color: #ffffff; 
}
main * {
	max-width: 100%;
}
main ul{
	line-height: 1rem;
}
main ul li {
	margin-bottom: 0.75em; 
	position: relative;
}
main ul li ul{ 
	margin-top: 0.75em;
}
main ul {
	list-style: none !important;
	padding-left: 1em;
}
main ul li:before{
	content: "•";
	color: #333333;
	position: absolute;
	left: -0.75em;
	font-weight: 700;
}
.has-blau-background-color ul li:before,
.bg-blau ul li:before,
.has-grau-background-color ul li:before,
.bg-grau ul li:before,
.has-schwarz-background-color ul li:before,
.bg-schwarz ul li:before{
	color: #fff;
}
@media screen and (min-width: 1024px){
	.zweispaltig{
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 2.5em;
		-moz-column-gap: 2.5em;
		column-gap: 2.5em;
	}
}
/*#quote:before{
	width: 32px;
	height: 32px;
	background: red;
	position: absolute;
	top: 0;
}*/
/*Hochscrollen*/
.stoererseite, 
.stoererseite:before{
	-moz-transition: background 0.2s linear;
    -webkit-transition: background 0.2s linear;
    -ms-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
}
.stoererseite{ 
	text-align: center;
    background: rgba(0, 0, 0, .4);
    text-decoration: none;
    position: fixed;
    z-index: 99999;
    bottom: 125px;
    right: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    display: none;
    cursor: pointer;
    font-size: 30px;
    padding: 5px;
    color: #fff;
	width: 35px;
	height: 35px;
}
.stoererseite:before { 
	content: "";
	background: url("images/arrow.png");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 20px;
	height: 12px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto; 
}
/*Lightbox*/
#swipebox-overlay {
    background: rgba(255,255,255,0.6);
	width: 100%!important;
    height: 100%!important;
}
#swipebox-bottom-bar, 
#swipebox-top-bar{
	background: red;
	opacity: 1;
}
#swipebox-close{
	background-color: red;
	right: 0!important;
}
.rl-basicgrid-gallery{
	gap: 1em;
}
.rl-gallery-item{
	margin: 0!important;
}
/*Header*/
/*#main-nav{ background: #fff; }*/
header{
	position: fixed;
	width: 100%;
	background: #fff;
	text-align: center;
	padding-top: 2em;
	top: 0;
	background-image: url("images/top.jpg");
	background-size: cover;
	background-position: center;
	z-index: 5;
	-webkit-box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
	-moz-box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
	box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}
header > .container{
	padding: 0;
}
header #header_tms{
	display: inline-block;
}
#logo{
	padding-bottom: 1em;
}
#logo img{
	width: auto;
	max-height: 159px;
	-webkit-transition: all linear 0.5s;
    -moz-transition: all linear 0.5s;
    -ms-transition: all linear 0.5s;
    -o-transition: all linear 0.5s;
    transition: all linear 0.5s;
}
.header-fix header {
	position: fixed;
	width: 100%;
}
.header-fix #logo img{
	max-height: 70px;
}
@media screen and (max-width: 979px){
	#logo img{
		max-height: 70px;
		width: auto;
	}
	header{
		padding-top: 1em;
	}
	body{
		padding-top: 7.5em;
	}
}
/*Header Jobs*/
.header-jobs{
	margin-bottom: 4em;
	min-height: 540px;
}
@media screen and (min-width: 782px){
	.header-jobs figure.is-style-shadow{
		position: absolute;
		top: 2em;
		left: 0;
		max-width: 48%;
	}
}
.header-jobs h1{
	padding-top: 1em;
}
header nav > a{
    align-content: center;
}
/*Main*/
body:not(.home) > main > .container{
	/*padding-top: 3.375em;
	padding-bottom: 3.375em;*/
}
main > .container > *{ 
	position: relative;
}
main > .container > .is-hidden{ 
	opacity: 0;
	top: 2rem;
	position: relative;
}
main > .container > .bounce-in{
	opacity: 1; 
	top: 0; 
	-webkit-transition: top linear 1s, opacity linear 1s; 
	-moz-transition: top linear 1s, opacity linear 1s; 
	-o-transition: top linear 1s, opacity linear 1s; 
	-ms-transition: top linear 1s, opacity linear 1s; 
	transition: top linear 1s, opacity linear 1s;
}
/*Footer*/
footer{
	padding:1.25em 0;
	margin: 0;
	background: #333333;
}
footer ul{
	list-style: none;
    padding: 0;
	margin: 0;
}
footer ul li{
	display: block;
}
@media screen and (min-width: 529px){
	footer ul li{
		display: inline-block;
		text-align: center;
		/*padding: 0 !important*/
	}
}
footer ul li:not(:last-child){
	padding-right: 3.6875em;
}
footer a{
	color: #ffffff!important;
	text-decoration: none;
}
footer a:hover{
	text-decoration: underline;
}
.beitrag article {
    background: rgba(2,55,112,0.2)!important
}

.beitrag article a.et_pb_button {
    color: rgb(2,55,112)
}

.beitragsvorschau {
    padding: 1em 2em
}
.beitragsbild a {
	height: 200px;
}
.beitragsbild a img {
	object-fit: cover;
	height: inherit;
	width: 100%;
	margin: 0!important;
}

@media screen and (min-width: 800px) {
    .beitragsbild a {
        height:350px;
		display: block;
    }
}

@media screen and (min-width: 1024px) {
    .beitragsbild {
        display:inline-block;
        width: 35%
    }

    .beitragsvorschau {
        display: inline-block;
        width: 64%
    }

    .beitrag article {
        display: inline-flex;
        align-items: center;
        vertical-align: middle
    }
}