/*
Theme Name: Wordpress Bootstrap Child
Theme URL: http://http://metascience2019.org
Description: Wordpress Bootstrap Child
Template: wordpress-bootstrap-master
Version: 1.0.0
Text Domain: wordpress-bootstrap-child
*/ 

body {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#510000+0,811910+50,510000+100 */
	background-color: rgb(81,0,0); /* Old browsers */
	background-color: -moz-linear-gradient(left, rgba(81,0,0,1) 0%, rgba(129,25,16,1) 50%, rgba(81,0,0,1) 100%); /* FF3.6-15 */
	background-color: -webkit-linear-gradient(left, rgba(81,0,0,1) 0%,rgba(129,25,16,1) 50%,rgba(81,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background-color: linear-gradient(to right, rgba(81,0,0,1) 0%,rgba(129,25,16,1) 50%,rgba(81,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#510000', endColorstr='#510000',GradientType=1 ); /* IE6-9 */
	background-image: url(bilder/bg_left_bottom.png), url(bilder/bg_right_bottom.png);
	background-position: left -20rem bottom -20rem, right -20rem bottom -20rem;
	background-repeat: no-repeat, no-repeat;
}

.header {
	display: block;
	width: 100%;
	padding: 1.5rem 0;
}

.clear {
	clear: both;
}

.videobox {
	float: left;
	width: 14rem;
	height: 14rem;
}

.logobox {
	position: relative;
	height: 14rem;
	margin: 0 auto;
	display: block;
	width: 47rem;
	box-sizing: border-box;
}

.mainlogo {
	float: left;
	/*
margin-top: 1.5rem;
margin-left: 0rem;*/
width: 100%;
}

.vidbg-container {
	background: #fff !important;
}

#advanced_menu-4 ul li.current-menu-item a, #advanced_menu-4 ul li.current-page-ancestor a {
    color: #ab131a;
    border-top: 1px solid;
    border-bottom: 1px solid #ab131a;
    margin-bottom: -1px;
    z-index: 100;
}

h1
{font-size:20px;
padding:0;}
h2
{font-size:18px;
line-height:22px;
margin:0;
padding:10px 0 3px 0;}
h3
{font-size:14px;
line-height:20px;
margin:0;
padding:0px 0px 9px 0px;}
h4
{font-size:16px;}
h5
{font-size:14px;
margin:0px 0px 5px 0px;
}
h6
{font-size:14px;
line-height:20px;
margin:0px 0px 0px 0px;
padding:0px 0px 9px 0px;}

a:link, a:visited {
	color: #ab131a;
}

a:hover, a:focus {
	color: #510000;
}

.videocontainer {
	width: 1010px;
height: 350px;
margin: 0 auto;
	
}

.videoheadline {
	font-size: 6rem;
color: #fff;
display: block;
text-align: center;
padding-top: 6rem;
text-transform:uppercase;

}

.videosubheadline {
	font-size: 3rem;

color: #fff;

display: block;

text-align: center;

padding-top: 7rem;
text-transform:uppercase;
}

.mobile-logo {
	display: none;
}

a.button:link, a.button:visited {
	background-color:#ab131a;
	color:#fff;
}

.red {
	color:#ab131a;
}

label {
	font-weight:bold;
}

input[type="text"], textarea, input[type="email"] {
	width:100%;
	box-sizing:border-box;
	padding:0.3rem 0.5rem;
	border:1px solid #000;
	border-radius:0;
	height: auto;
	margin-top: 0.3rem;
}

input[type="radio"], input[type="checkbox"] {
	margin:0 0.5rem 0 0.25rem;
}

.wpcf7-list-item-label {
	font-weight:normal;	
}

span.wpcf7-list-item {
	width:35%;
	margin:0;
}

input[type="submit"] {
	font-size:1rem;
	font-weight:bold;
	background:#ab131a;
	color:#fff;
	width:12rem;
	text-align:center;
	padding:0.5rem 0;
	border-radius:0.5rem;
	border:0;
	margin-top:1.5rem;
}

/*
@media (max-width: 50rem) {
	.header{
		text-align: center;
	}

	.logobox {
	    height: auto;
	    display: inline-block;
	    width: auto;
	}

	.videobox {
	    width: 10rem;
	    height: 10rem;
	}

	.videobox video {
		height: 10rem !important;
	}

	.mainlogo {
	    margin-top: 2rem;
	    width: 22rem;
	}

	.mainlogo img {
		width: 100%;
	}
}
*/

@media (max-width: 767px) {
  body {
    background: #fff;
  }

  .logobox {
  	width: 100%;
  	height: auto;
  }

  .mainlogo {
  	width: 100%;
	margin: 0;
	text-align: center;
  }

  .mainlogo img {
  	width: 80%;
  }

  .videobox {
  	display: none;
  }

  .mobile-logo {
  	display: inline-block;
  }

  .desktop-logo {
  	display: none;
  }
}

@media (max-width: 37.5rem) {
span.wpcf7-list-item {
	width:100%;
}

}

@media (max-width: 30rem) {

  .mainlogo img {
  	width: 95%;
  }

}