/*
Theme Name:   Qubez child theme
Description:  Write here a brief description about your child-theme
Author:       Gabriel
Author URL:   Write here the author's blog or website url
Template:     Qubez
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  Qubez-child
*/

/* Write here your own personal stylesheet */
/*.col-md-4 {
	padding: 0;
}

.hentry {
	margin: 0;
}*/

/*@import "https://use.fontawesome.com/releases/v5.8.1/css/all.css";*/

@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=f041f828-56a3-462b-8b9f-7c49f6e9abf4&fontids=1475810,1475846");
@font-face{
	font-family:"Futura LT W01 Medium";
	src:url("Fonts/1475810/0a41510f-c527-4001-89c5-d66d2c9ed34b.eot?#iefix");
	src:url("Fonts/1475810/0a41510f-c527-4001-89c5-d66d2c9ed34b.eot?#iefix") format("eot"),url("Fonts/1475810/e17c7943-8db2-4470-9e2a-74a8d01f6776.woff2") format("woff2"),url("Fonts/1475810/6c72b0cb-89a1-4da9-8574-9244967bd9d6.woff") format("woff"),url("Fonts/1475810/dd79c75a-b0c9-4d70-a5a7-bdde1d5449fd.ttf") format("truetype");
}
@font-face{
	font-family:"Futura LT W01 Heavy";
	src:url("Fonts/1475846/752e3189-96d5-4999-8ae7-c435a470461b.eot?#iefix");
	src:url("Fonts/1475846/752e3189-96d5-4999-8ae7-c435a470461b.eot?#iefix") format("eot"),url("Fonts/1475846/f3fa9288-dc04-4f75-b949-b06584863c9c.woff2") format("woff2"),url("Fonts/1475846/6b1bbd38-7556-4809-a151-88182a37116e.woff") format("woff"),url("Fonts/1475846/1f56887e-52d4-4229-b219-513cbef3ff58.ttf") format("truetype");
}

.welcome-section, h2, p, h1 {
	    font-family: 'Futura LT W01 Medium', 'Josefin Sans', sans-serif;
}

.container-fluid {
	padding-left: 0;
	padding-right: 0;
}

.site-header {
	position: fixed;
	width: 100%;
	z-index: 200;
}

.squarebanner {
	margin: auto !important;
}

#masthead {
	background: none !important;
	transition: background-color 1000ms linear;
	height: 81px;
}

.slicknav_nav {
	background: none;
}

.slicknav_btn {
	z-index: 5;
}

.top .col-sm-8 {
	z-index: 4;
}

.header-content {
	position: absolute;
	top: 50px;
	display: block;
	margin: auto;
	width: 100%;
}

.header-logo {
	width: 35%;
	height: auto;
	display: block;
	margin: auto;
	margin-bottom: 25px;
}

.transparent-plane {
	width: 100%;
	background: url("/b/wp-content/uploads/2019/03/plane-black-alpha.png");;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 5px;
}

.headerbutton {
	display: block;
	margin: auto;
	position: relative;
	top: -120px;
	width: 200px;
	height: 50px;
	background: none;
	border: 3px solid white;
	font-size: 16px;
	font-family: 'Futura LT W01 Heavy', Josefin, Arial, serif;
	color: white;
	box-shadow: none;
	text-shadow: none;
	padding: 5px;
	text-transform: uppercase;
}

.headerbutton:hover {
	box-shadow: none;
	background: white;
	color: black;
	border: none;
}

#content {
	background: white;
}

#content h2 {
	color: #E8C795;
	text-shadow: none;
}

.welcome-section p {
	font-size: 20px;
	text-align: center;
}

.main-navigation ul li a:link {
	color: white !important;
}

.main-navigation {
	margin-right: 70px !important;
}

.iconcontainer {
	margin-bottom: 120px;
}

.iconcontainer h4 {
	font-size: 24px;
	color: #3C3C3B;
	text-align: center;
	text-transform: uppercase;
}

.welcome-section {
	/*margin-bottom: 120px;*/
}

.parallax {
	/* The image used */
	background-image: url("/b/wp-content/uploads/2019/03/audimax.jpg");

	/* Set a specific height */
	min-height: 500px;

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: auto;
}

.brand {
	height: auto;
	margin-left: 100px;
	opacity: 0;
	transition: opacity 1000ms linear;
	padding-top: 8px;
}

.top .col-sm-8 {
	width: 100%;
	padding-top: 10px;
}

.lookback h2 {
	font-size: 64px;
	text-align: center;
}

.lookback p {
	font-size: 16px;
}

.lookback .wp-block-columns {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	width: 1170px;
	position: static;
}

@media (min-width: 768px) {
	.lookback .wp-block-columns {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.lookback .wp-block-columns {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.lookback .wp-block-columns {
		width: 1170px;
	}
}

.nav-bg {
    background: #3C3C3B;
    height: 82px;
    width: 100%;
    position: fixed;
    z-index: 5;
    top: 0;
}

.sub-header h1, h1 {
    color: #E8C795 !important;
    text-shadow: none !important;
	font-size: 32px !important;
	text-align: center;
	text-transform: uppercase;
}

.nav-bg .brand {
    opacity: 1;
    margin-top: 10px;
}

.post-container-block .content-block {
    padding: 0 !important;
}

.own-content {

}

h2 {
    font-weight: normal;
    font-size: 22px;
}

#primary {
    margin-top: 0 !important;
}

.wp-block-video video {
	width: 100%;
	margin-bottom: 30px;
}

.wp-block-columns {
	margin: auto;
	position: relative;
	left: -15%;
}

#footer-widgets {
	background: white !important;
	/*border-width: 10px;
  	border-style: solid;*/
	margin-top: -40px !important;
	width: 90%;
	margin: auto;
	/*border-image-slice: 66 69 0 69;
	border-image-width: 10px 10px 10px 10px;
	border-image-outset: 0px 0px 0px 0px;
	border-image-repeat: round round;
	border-image-source: url("http://goldenwire.fhstp.ac.at/b/wp-content/uploads/2019/06/border-one.png");
	*/

}

.alumni figure.effect-smart {
	/*height: 200px;*/
}

footer .row {
	margin-left: 0;
	margin-right: 0;
}

footer ul {
	list-style: none;
}

footer ul li a {
	color: white !important;
}

footer ul li a:hover {
	color: #C6AB83 !important;
}

.site-footer a:hover {
	color: #C6AB83 !important;
}

body {
	font-family: 'Futura LT W01 Medium', 'Josefin Sans', sans-serif;
	font-size: 16px;
	letter-spacing: 1.5px;
	background: white !important;
}

footer .menu-footer-navigation-container ul {
	display: inline-flex !important;
}
footer .menu {
	display: inline-flex !important;
}

footer .menu-footer-navigation-container ul li {
	padding-left: 10px;
}
footer .menu li {
	padding-left: 10px;
}

footer .menu-footer-navigation-container ul li:first-child:after {
	content: "|";
	padding-left: 10px;
}
footer .menu li:first-child:after {
	content: "|";
	padding-left: 10px;
}

.wp-block-column:not(:first-child), .wp-block-column:nth-child(2n) {
	/*margin-left: 0px;*/
}

.wp-block-column:not(:last-child) {
	margin-right: 0px;
}

wp-block-column {
	background: red;
}

.has-medium-font-size, .wp-block-column h2 {
	/*padding-right: 50px;
	margin-left: -50px;*/
}

.layout-bottom {
	margin-top: 215px;
}

.year-links, #menu-jahreszahlenmenue {
	list-style: none;
	text-align: center;
	margin-bottom: 100px;
	position: relative;
	left: -30px;
}

.year-links li, #menu-jahreszahlenmenue li {
	display: inline-block;
	padding-left: 12px;
}

.year-links li a, #menu-jahreszahlenmenue li a {
	color: #696969;
}

.year-links li:after, #menu-jahreszahlenmenue li:after {
	content: "|";
	padding-left: 15px;
}

.year-links li:last-child:after, #menu-jahreszahlenmenue li:last-child:after {
	content: "";
}

h3 {
	font-size: 42px;
	font-weight: normal;
	color: #E8C795;
	padding-bottom: 20px;

}

html, body, .st-container, .st-pusher, .st-content {
	height: auto !important;
}

p {
	font-size: 16px;
}

h1 {
	font-size: 32px;
}

.accordion h3 {
	font-size: 22px;
}

/*#tab_container_167 .wpsm_nav-tabs {
	float: left !important;
}*/

img {
	width: 180px;
}

.wp-block-image .alignleft {
	float: right;
}

.wp-block-image img {
	float: right;
	padding-top: 25px;
}

div.wpforms-container-full {
	border: 1px solid #E8C795;
	padding: 50px;
}

.entry-content a:link, .entry-content a:visited, .entry-content a {
	color: #E8C795 !important;
}

.entry-content a:hover, a:hover {
	color: darkgrey !important;
}

.slicknav_nav {
	background: rgb(60, 60, 59);;
	top: 15px;
	padding: 20px 30px 30px 100px;
}

.slicknav_nav a:hover {
	color: #E8C795 !important;
	background: none;
}

.main-navigation ul li a:hover {
	color: #E8C795 !important;
}

.iconcontainer .col-md-4 {
	text-align: center;
}

.iconcontainer .wp-block-image {
	display: inline-block;
	margin-bottom: 0px;
}

#menu-jahreszahlenmenue li a:hover {
	color: #E8C795 !important;
}

figure.effect-smart:hover img, figure.effect-smart:active img {
	opacity: 0.3;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	cursor: pointer;

}

figure.effect-smart:hover p, figure.effect-smart:active p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	cursor: pointer;
}

.entry-title {
	color: white !important;
}

.sidetrigger {
	display: none;
}
/* Submission form German*/
#sp-ea-2162.sp-easy-accordion .sp-ea-single .ea-header a .ea-expand-icon.fa {
	color: #C6AB83 !important;
}

#sp-ea-2162.sp-easy-accordion .sp-ea-single .ea-header a {
	color: rgb(105,105,105) !important;
}

#sp-ea-2162.sp-easy-accordion .sp-ea-single .ea-header a:hover {
	color: #E8C795 !important;
}

#sp-ea-2162.sp-easy-accordion .sp-ea-single .ea-body {
	padding-left: 50px;
}

/*Submission Form English*/
#sp-ea-5543.sp-easy-accordion .sp-ea-single .ea-header a .ea-expand-icon.fa {
	color: #C6AB83 !important;
}

#sp-ea-5543.sp-easy-accordion .sp-ea-single .ea-header a {
	color: rgb(105,105,105) !important;
}

#sp-ea-5543.sp-easy-accordion .sp-ea-single .ea-header a:hover {
	color: #E8C795 !important;
}

#sp-ea-5543.sp-easy-accordion .sp-ea-single .ea-body {
	padding-left: 50px;
}

.sp-easy-accordion {
	margin-bottom: 50px !important;
	margin-top: 20px;
}

.ea-body img {
	width: 50%;
}

.ea-header {
	background-color: white;
}

.tab-content img {
	width: 100%;
	height: auto;
	margin: 5px 0 5px 0;
}

#menu-jahreszahlenmenue .current-menu-item a{
	color: #E8C795;
	font-family: 'Futura LT W01 Heavy', Josefin, Arial, serif;
}

.rueckblick {
	text-align: left;
}

.main-navigation ul li a:link {
	font-family: 'Futura LT W01 Medium', 'Josefin Sans', sans-serif !important;
}

h2 {
	text-transform: uppercase;
}

h4 {
	font-family: 'Futura LT W01 Medium', 'Josefin Sans', sans-serif;
	font-weight: normal;
	margin-top: -10px;
	color: rgb(232, 199, 149);
}

.site-footer {
	background: #3C3C3B !important;
}

.main-navigation ul li.current_page_item a {
	font-family: 'Futura LT W01 Heavy', Josefin, Arial, serif !important;
}








/* Tabs-Navigation für die einzelnen Kategorien */
.tab-content > .tab-pane {
	display: none;
}
.tab-content > .active {
	display: block;
}
.nav-tabs {
	float: left;
	border: none;
	list-style: none;
	padding-left: 0;
}
.nav-tabs > li {
	clear: both;
	margin-bottom: 60px;
}
.nav-tabs > li:first-child {
	margin-top: 60px;
}
.tab-content {
	width: 65%;
	float: right;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	border: none;
	background: none;
}
.nav-tabs li a {
	text-transform: uppercase;
	color: #6C6C6C;
	font-size: 18px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active {
	color: #3C3C3B;
	font-family: 'Futura LT W01 Heavy', Josefin, Arial, serif;
}
.nav-tabs li a:hover {
	color: #E8C795;
	background: none !important;
	border: none;
}

.nav-tabs li a.active {
	font-family: 'Futura LT W01 Heavy', Josefin, Arial, serif;
	color: #3C3C3B;
}

.tabscontainer {
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	padding-left: 0px;
	margin-bottom: 100px;
}

.tab-content h2 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.tab-content p {
	margin-top: 10px;
}

.tab-content a {
	color: #E8C795 !important;
}

.tab-content a:hover {
	color: darkgrey !important;
}

.tab-content img {
	width: 100%;
	height: auto;
	/*margin-top: 40px;*/
	margin-bottom: 20px;
}

.tab-content video, .tab-content audio {
	width: 100%;
	height: auto;
	margin-top: 40px;
	margin-bottom: 0px;
}

.nav-tabs li a:hover {
	color: #E8C795 !important;
}

.wp-block-embed {
	margin-top: 60px;
}

.apply .input-btn {
	border: 1px solid #E8C795;
	color: #E8C795;
	background: none;
	box-shadow: none;
	width: 100px;
	font-size: 16px;
	margin-top: 30px;
	text-transform: uppercase;
	font-family: 'Futura LT W01 Medium', 'Josefin Sans', sans-serif;
	padding-bottom: 12px;
}

.apply .input-btn:hover {
	color: white;
	background: #E8C795;
	box-shadow: none;
}

.apply {
	border: 1px solid #c6ab83;
	padding: 30px;
	/*margin-bottom: 50px;*/
}

#infobox {
	color: red;
	visibility: hidden;
	margin-top: 30px;
}

.sponsors .col-md-3 {
	height: 120px; /*can be anything*/
	width: 180px; /*can be anything*/
	position: relative;
	margin-right: 40px;
}

.sponsors .col {
	height: 120px; /*can be anything*/
	width: 180px; /*can be anything*/
	position: relative;
	margin: 20px;
}

.sponsors .col-md-1  {
	height: 120px; /*can be anything*/
	width: 90px; /*can be anything*/
	position: relative;
	margin: 5px;
}

.sponsors img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.alumni-mobile {
	display: none !important;
}

/*Placeholder*/
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-family: 'Futura LT W01 Medium', 'Josefin Sans', sans-serif;
}
::-moz-placeholder { /* Firefox 19+ */
  font-family: 'Futura LT W01 Medium', 'Josefin Sans', sans-serif;
}
:-ms-input-placeholder { /* IE 10+ */
  font-family: 'Futura LT W01 Medium', 'Josefin Sans', sans-serif;
}
:-moz-placeholder { /* Firefox 18- */
  font-family: 'Futura LT W01 Medium', 'Josefin Sans', sans-serif;
}

select {
	font-family: 'Futura LT W01 Medium', 'Josefin Sans', sans-serif;
}

input[type=text] {
	width: 350px;
}

.fh-logo img{
	width: 90px;
	text-align: center;
	display: inline-block;
}













/* Slider */
.jury-slider, .jury-text {
	max-width: 1000px;
	margin: 0 auto;
}
.slick-slide {
	margin: 0 5px;
}
.slick-list {
	margin: 0px -5px 0px -5px;
}
button.slick-next, button.slick-next:hover {
	position: absolute;
	top: 41%;
	right: 54px;
	width: 47px;
	height: 75px;
	/*background-image: url("http://maggiesadler.com/wp-content/uploads/2015/10/left-right-arrow.png");*/
	background-size: 95px;
}
button.slick-prev, button.slick-prev:hover {
	position: absolute;
	top: 41%;
	left: 15px;
	z-index: 1;
	width: 47px;
	height: 75px;
	/*background-image: url("http://maggiesadler.com/wp-content/uploads/2015/10/left-right-arrow.png");*/
	background-size: 95px;
	background-position-x: right;
}
.slick-prev:before, .slick-next:before {
	font-size: 70px;
	color: #EA8496;
	line-height: inherit;
	font-weight: bold;
}
.jury-slider img, .jury-text div {
	height: 324px;
}

/* Slick Slider Styles -- Provided by https://kenwheeler.github.io/slick/ */
/* Slider */
.slick-slider
{
	position: relative;

	display: block;

	-moz-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list
{
	position: relative;

	display: block;
	overflow: hidden;

	margin: 0;
	padding: 0;
}
.slick-list:focus
{
	outline: none;
}
.slick-list.dragging
{
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track
{
	position: relative;
	top: 0;
	left: 0;

	display: block;
}
.slick-track:before,
.slick-track:after
{
	display: table;

	content: '';
}
.slick-track:after
{
	clear: both;
}
.slick-loading .slick-track
{
	visibility: hidden;
}

.slick-slide
{
	display: none;
	float: left;

	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide
{
	float: right;
}
.slick-slide img
{
	display: block;
}
.slick-slide.slick-loading img
{
	display: none;
}
.slick-slide.dragging img
{
	pointer-events: none;
}
.slick-initialized .slick-slide
{
	display: block;
}
.slick-loading .slick-slide
{
	visibility: hidden;
}
.slick-vertical .slick-slide
{
	display: block;

	height: auto;

	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}

/* Slider */
.slick-loading .slick-list
{
	/*background: #fff url('http://maggiesadler.com/wp-content/uploads/2015/10/ajax-loader.gif') center center no-repeat;*/
}
/* Icons */
@font-face
{
	font-family: 'slick';
	font-weight: normal;
	font-style: normal;
/*
	src: url('file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.eot');
	src: url('file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.woff') format('woff'), url('file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.ttf') format('truetype'), url('file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.svg#slick') format('svg');
*/
}
 */
/* Arrows */
.slick-prev,
.slick-next
{
	font-size: 0;
	line-height: 0;

	position: absolute;
	top: 50%;

	display: block;

	width: 20px;
	height: 20px;
	margin-top: -10px;
	padding: 0;

	cursor: pointer;

	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
	color: transparent;
	outline: none;
	background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
	opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
	opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;

	opacity: .75;
	color: white;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-prev
{
	left: -25px;
}
[dir='rtl'] .slick-prev
{
	right: -25px;
	left: auto;
}
.slick-prev:before
{
	content: '';
}
[dir='rtl'] .slick-prev:before
{
	content: '';
	font-weight: bold;
	font-size: 20px;
}

.slick-next
{
	right: -25px;
}
[dir='rtl'] .slick-next
{
	right: auto;
	left: -25px;
}
.slick-next:before
{
	content: '';
}
[dir='rtl'] .slick-next:before
{
	content: '';
}

/* Dots */
.slick-slider
{
	margin-bottom: 30px;
}

.slick-dots
{
	position: absolute;
	bottom: -45px;

	display: block;

	width: 100%;
	padding: 0;

	list-style: none;

	text-align: center;
}
.slick-dots li
{
	position: relative;

	display: inline-block;

	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;

	cursor: pointer;
}
.slick-dots li button
{
	font-size: 0;
	line-height: 0;

	display: block;

	width: 20px;
	height: 20px;
	padding: 5px;

	cursor: pointer;

	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
	outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
	opacity: 1;
}
.slick-dots li button:before
{
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;

	position: absolute;
	top: 0;
	left: 0;

	width: 20px;
	height: 20px;

	content: '•';
	text-align: center;

	opacity: .25;
	color: black;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
	opacity: .75;
	color: black;
}

.slick-center {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	transform: scale(1.5);
	transition: transform 1000ms linear;
}

.jury-slider img {
	width: 100% !important;
	height: auto;
}

.slick-slide > div {
	text-align: center;
}

.jury-slider .slick-slide {
	padding: 50px;
}

.jury-text div h1 {
	color: #E8C795;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
}

.jury-text div h2 {
	font-size: 24px;
	color: #3C3C3B !important;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
}

.jury-text div p {
	text-align: center;
}

.jury-slider button {
	background: none;
	box-shadow: none;
}

button.slick-next, button.slick-next:hover {
	background: none !important;
	position: absolute;
	right: 0;
}

button.slick-prev, button.slick-prev:hover {
	background: none !important;
	position: absolute;
	left: 0;
}

.slick-prev::before {
	font-family: "Font Awesome 5 Free";
	content: "\f104";
	color: #E8C795;
	font-size: 70px;
}

.slick-next::before {
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	color: #E8C795;
	font-size: 70px;
}




/* Media-Queries */
@media screen and (max-width: 1100px) {
	.headerbutton {
		margin-top: 70px;
		font-size: 14px;
		height: 40px;
	}

	.parallax {
		min-height: 300px;
	}

	#content h2 {
		padding-bottom: 10px;
	}
}

@media screen and (max-width: 991px) {
	.wpsm_nav-tabs > li {
		display: inline-block;
		z-index: 4;
	}

	.wpsm_nav-tabs > li > a{
		height: 50px;
	}

	footer .col-md-4 {
		margin-bottom: 20px;
	}

	footer .col-md-4 ul {
		padding: 0;
	}

	figure.effect-smart figcaption {
		z-index: 5;
	}
	.alumni-mobile {
		display: block !important;
	}

	.alumni-desktop {
		display: none !important;
	}

	.sp-easy-accordion {
		margin-top: 0;
	}
}


@media screen and (max-width: 950px) {

	#qubez{
		display: none;
	}
	.slicknav_menu{
		display: block;
	}
	.welcome-section h2,.sub-header h1{
		font-size: 42px;
	}
	.post-container-block .content-block{
		padding:50px 10%;
	}
	.post-navigation .nav-previous,
	.post-navigation .nav-next{
		width: 100%;
	}
	.post-navigation .nav-previous{
		border-bottom: 1px solid #f4f4f4;
	}

	.iconcontainer {
		margin-bottom: 40px;
	}

	.welcome-section {
		padding-top: 20px !important;
	}

	.parallax {
		min-height: 250px;
	}
}

@media screen and (max-width: 781px) {
	.lookback .wp-block-column {
		margin: 0;
	}

	.lookback .wp-block-columns {
		width: 90%;
		margin: auto;
		display: block;
	}

	.wp-block-columns {
		left: 0;
		right: 0;
	}

	.wp-block-column {
		min-width: 80% !important;
	}

	.wp-block-image img {
		float: left;
		margin-left: 35px;
	}

}

@media screen and (max-width: 768px) {
	.brand {
		margin-left: 30px;
	}

	.header-content {
		top: 10px;
	}

	.headerbutton {
		margin-top: 100px;
	}

	.st-content {
		overflow-y: inherit !important;
	}

	.nav-tabs li a {
		font-size: 16px;
	}
}

@media screen and (max-width: 680px) {
	figure.effect-smart p {
		font-size: 12px !important;
		padding: 5px 0px !important;
	}

	figure.effect-smart h2 {
		font-size: 16px !important;
	}

	.parallax {
		min-height: 200px;
	}

	.tab-content{
		clear: both;
		width: 100%;
	}

	.nav-tabs li {
		margin-bottom: 20px;
	}

	.nav-tabs > li:first-child {
		margin-top: 20px;
	}

	.tab-content {
		position: relative;
		top: -50px;
	}
}

@media screen and (max-width: 600px) {
	.lookback .wp-block-columns {
		width: 100%;
	}

	.wp-block-column:not(:first-child), .wp-block-column:nth-child(2n) {
		position: static;
		/*left: -32px;*/
	}

	.col-xs-6 {
		width: 100%;
	}

	figure.effect-smart p {
		font-size: 14px !important;
		padding: 20px 0px !important;
	}

	figure.effect-smart h2 {
		font-size: 24px !important;
	}

	.wp-block-image img {
		margin-left: 10px;
	}

	.alumni figure.effect-smart {
		height: 200%;
	}
}

@media screen and (max-width: 500px) {
	.header-content {
		top: 0px;
	}

	.headerbutton {
		font-size: 12px;
		width: 130px;
		height: 40px;
		padding-top: 0;
	}

	.parallax {
		min-height: 200px;
	}
}

@media screen and (max-width: 380px) {
	.sub-header h1, h1 {
		font-size: 24px !important;
	}
}

@media screen and (max-width: 350px) {
	figure.effect-smart p {
		font-size: 12px !important;
	}

	figure.effect-smart h2 {
		font-size: 16px !important;
	}

	.parallax {
		min-height: 150px;
	}
}

@supports (-webkit-overflow-scrolling: touch) {
  /* CSS specific to iOS devices */
  .parallax {
  	background-attachment: scroll;
  	background-size: cover;
  }
}
div.columns.full {
    margin: 0 50px 0 50px !important;
}
.wpcf7-submit{

	min-width:200px !important;
}

.st-content {
	overflow-y: auto !important;
}

/* GW-Logo Fix on landing page */
figure.categories-gw-logo {
	background: none !important;
}

figure.categories-gw-logo > figcaption > p {
	color: black;
}

/* Team left weggeben weil WP kacke ist */
div#team-list {
	left: 0;
}

.special-category figure {
	height: 10rem;
}

.special-category img {
	object-fit: cover;
}

@media screen and (max-width: 600px) {
	.special-category figure {
	height: 16rem;
}
}

.ea-body h4 {
	margin: 2rem 0 0 0;
}

.ea-body p {
	margin-top: 0;
}