/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html, button, input, select, textarea {
	color: #222;
}
body {
	font-size: 1em;
	line-height: 1.4;
}

::-moz-selection {
 background: #b3d4fc;
 text-shadow: none;
}
::selection {
	background: #b3d4fc;
	text-shadow: none;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
img {
	vertical-align: middle;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
textarea {
	resize: vertical;
}
.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}
.divRow {
	float: left;
	width: 100%;
}
.divData {
	float: left;
	width: 33%;
}
.divData input {
	width: 100%;
}
#utvarderingsform h2{
	text-align:left;
}
.utvInput{
	width: 80%;
}
.utvInputName{
	width: 70%;
	margin-left:10px;
}
.utvInputEmail{
	width: 70%;
	margin-left:10px;
}
.utvTxt{
	width: 90%;
}
.utvFraga{
	width: 40%;
	float:left;
}
.utvSvar{
	width: 60%;
	float:left;
}
.utvFragaTop{
	width: 30%;
	float:left;
}
.utvSvarTop{
	width: 70%;
	float:left;
}
.frageRopUtv{
	width:100%;
	float:left;
}
.questionUTV{
	width:100%;
	float:left;
	margin-bottom:20px;
}
.utvMargin{
	margin:10px;
}
.newFieldSet{
	margin-bottom:30px;
}
.msgUTV{
	margin-top:10px;
	margin-bottom:10px;
	float:left;
	width:100%;
}
.formSectionUTV{
	margin-bottom:20px;
	margin-left:35px;
	margin-right:35px;
}
.Utv_section_1{
	width:100%;
	float:left;
}
.Utv_section_1 div{
	width:50%;
	float:left;
}
.Utv_section_2{
	width: 100%;
	float: left;
	margin-top: 0px;
}
.Utv_section_2 select{
	margin-left: -1px;
}
.Utv_section_3{
	width:100%;
	float:left;
	margin-top:10px;
}
.Utv_section_3{
	width:100%;
	float:left;
	margin-top:10px;
}
.socialMedia{
	width:50px;
	}
/* ==========================================================================
   Author's custom styles

    COLORS: 
    red: #ff3131
    lightgray: #eee
    gray: #666
    darkgray: #333

   ========================================================================== */

/* GENERAL STYLES */
body, input {
	font: normal 14px "Open Sans", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Bitter", serif;
	font-weight: normal;
	text-align: center;
	color: #333;
}
p {
	margin: 0 1.5em;
	line-height: 2em;
	color: #666;
}
a {
	color: #FF3131;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:focus {
	outline: none;
}
.left {
	float: left;
}
.lefthyr {
	float: left;
	padding: 15px;
}
.imghyr {
	vertical-align: middle;
	padding: 14px;
}
.right {
	float: right;
}
.wrapper {
	max-width: 1020px;
	margin: 0 auto;/*background: #fff;*/
}
.adobe-link {
	float: right;
	display: block;
	/*clear: right;*/
	margin: 0.5em 1em;
}
.adobe-link2 {
	display: none;
}
.adobe-link3 {
	float: right;
	display: block;
	margin: 0.5em 1em;
}
.toppLink {
	float: right;
	display: block;
	margin-right: 1em;
	text-align: right;
	padding-right: 1.4em;
	margin-top: 5px;
	/*	display: block;
position: absolute;
top: 0;
right: 0;*/

	width: 120px;
	height: 21px;
	background-image: url(../img/topplink.png);
	background-position: top right;
	background-position-y: 4px;
	background-repeat: no-repeat;
	/*border-radius: 4px;*/
	text-decoration: none;
}
article img {
	max-width: 100%;
	width: calc(100% - 3em);
	width: -webkit-calc(100% - 3em);
	padding: 1em 0.5em 0.2em;
}
article img.org-bredd {
	width: auto;
}
article h2 {
	margin: 0.83em;
}
article h2 span {
	color: #ff3131;
}
.two-cols {
	background: #fafafa;
	overflow: auto;
}
.two-cols article {
	width: 50%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding: 2em;
}
.two-cols article:nth-child(odd) {
	border-right: 1px solid #eee;
}
.course .two-cols {
	/*    width: 80%;*/
	float: right;
	display: block;
}
.related-content {
	margin-top: 1em;
	margin-left: 1em;
	float: right;
	width: 25%;
	overflow: auto;
}
.related-content img {
	padding: 10px 0;
}
.related-content h2 {
	margin: 10px 0;
}
.related-course {
	background: #eee;
	padding: 1rem;
	margin: 1rem 0;
}
/*Accordion*/
.accordion {
	padding: 10px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	position: relative;
	margin-bottom: 20px;
}
/* Standard article */
article.standard {
	overflow: auto;
}
article.standard .article-header-standard {
	position: relative;
	overflow: hidden;
}
article.standard .article-header-standard .header-image {
	width: 100%;
	padding: 0;
}
article.standard .article-header-standard .header-image-overlay {
	padding: 10px 20px;
	background: rgba(0,0,0,0.4);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 85px;
	margin: auto;
	width: 560px;
}
article.standard .article-header-standard .header-image-overlay h1 {
	color: #fff;
	font-size: 32px;
}
/*ledarskapsutbildningar index*/
.ledarHead {
	width: 90%;
	margin: 1em 0em;
	margin-left: 1.5em;
	padding-top: 2em;
	border-top: #000 thin solid;
	text-transform: uppercase;
}
.ledarHead h2 {
	text-align: left;
	margin: 0px;
	font-size: 1.3em;
}
.ledHeadKurs {
	width: 51%;
	/*background-color:#BD5F61;*/
	float: left;
}
.ledHeaddag {
	width: 12%;
	float: left;
}
.ledHeaddag h2 {
	text-align: center;
}
.ledHeadPris {
	width: 12%;
	/*background-color:#56B573;*/
	float: left;
}
.ledHeadPris h2 {
	text-align: center;
}
.ledarHead .readmore h2{
text-align: center;
}
.ledarHead .readmore{
width:25%;
}
.ledare {
	width: 90%;
	/*margin: 2em 0em;*/
	margin-left: 1.5em;
	padding-top: 1em;
	padding-bottom: 1em;
	float:left;
	clear: both;
	border-top: #CBCBCB thin solid;
}
.ledarRub {
	width: 51%;
	float: left;
}
.ledare h2 {
	text-align: left;
	margin: 0px;
	font-size: 1em;
}
.ledKursDag {
	width: 8%;
	float: left;
}
.ledKursDag h2 {
	text-align: right;
}
.ledKursPris {
	width: 14%;
	float: left;
}
.ledKursPris h2 {
	text-align: right;
}
.readmore{
	width: 26%;
	float: left;
}
.readmore h2{
	text-align: right;
}

.ledKursDagRub {
	display: none;
	float: left;
	clear: both;
	width: 18%;
}
.ledKursPrisRub {
	display: none;
	float: left;
	clear: both;
	width: 18%;
}
.greyLed{
	background-color:#eee;/**/
}
@media screen and (max-width: 1000px) {
.ledarHead {
	display: none;
}
.readmore{
display: none;
}
.ledKursDagRub {
	display: block;
}
.ledKursPrisRub {
	display: block;
}
.ledKursDag {
	width: 80%;
}
.ledKursDag h2 {
	text-align: right;
}
.ledKursPris {
	width: 80%;
	text-align: right;
}
.ledKursPris h2 {
	text-align: right;
}
.ledarRub {
	width: 100%;
}
}

@media screen and (max-width: 640px) {
article.standard .article-header-standard .header-image-overlay h1 {
	font-size: 28px;
	margin-top: 10px;
}
article.standard .article-header-standard .header-image-overlay {
	width: 80%;
}
article.standard .article-header-standard .header-image {
	max-width: none;
	width: 150%;
	margin-left: -25%;
}
.greyLed{
	background-color:#fff;/**/
}
}
/* Contact us city cards */
.city-cards {
	overflow: auto;
	background: #f9f9f9;
	padding-bottom: 70px;
}
.city-cards .card {
	float: left;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	width: 50%;
	margin-top: 70px;
}
.city-cards .card .card-header {
	text-align: center;
}
.city-cards .card .btn {
	width: 110px;
	text-align: center;
	margin: 20px auto 20px;
	float: none;
}
.city-cards .card .card-header.icon-locations:before {
	background: #fff;
	font-size: 32px;
	padding: 10px;
	border-radius: 999px;
	color: #ff3131;
}

@media screen and (max-width: 640px) {
.city-cards .card {
	width: 100%;
}
}
article.standard .outro-h3 {
	font-size: 26px;
}
article.standard .webbPower {
	margin-bottom: 30px;
}
/* Contact cards small */
.small-contact-card {
	width: 33.32%;
	float: left;
	margin-top: 20px;
	margin-bottom: 50px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	padding-right: 10px;
}
.small-contact-card:last-child {
	padding-right: 0;
}

@media screen and (max-width: 640px) {
.small-contact-card {
	width: 100%;
	margin-bottom: 10px;
}
}
.small-contact-card span:before {
	font-size: 20px;
}
.small-contact-card h3 {
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding: 0;
}
.small-contact-card h3 span {
	font-weight: normal;
}
.small-contact-card ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.small-contact-card-container {
	background: #eee;
	overflow: auto;
	padding-top: 40px;
	padding: 40px;
}
.small-contact-card-container h1 {
	padding-bottom: 10px;
}
.morecontent span {
	display: none;
}

@media screen and (min-width: 640px) {
.accordion {
	width: 50%;
	float: left;
}
}
.leftBox {
	float: left;
	clear: right;
	margin-top: 1em;
	margin-left: 1em;
	margin-right: 1em;
	width: 45%;
	height: 100px;
	overflow: hidden;
}
.rightBox {
	float: right;
	margin-top: 1em;
	margin-left: 1em;
	margin-right: 1em;
	width: 45%;
	height: 100px;
	overflow: hidden;
}
.wideBox {
	clear: both;
	margin-top: 1em;
	margin-left: 1em;
	margin-right: 1em;
	width: 100%;
}
.leftalign {
/*text-align: left;*/
}

@media screen and (max-width: 1024px) {
.related-content {
	width: 29%;
}
.related-course {
/*margin: 1rem 1rem 1rem 0;*/
}
}

@media screen and (max-width: 800px) {
.related-content {
	display: none;
}
}
.related-course a:hover {
	text-decoration: none;
}
.infographic {
	margin-top: 2em;
}
.google-maps {
	width: 73%;
	margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
.google-maps {
	width: 69%;
}
}

@media screen and (max-width: 800px) {
.google-maps {
	width: 100%;
}
}
article h3 {
	padding: 0 20px;
}
article#konferens, article#kurs {
	background: #fafafa;
	padding: 30px 0;
	width: 50%;
	float: left;
}
article#konferens img, article#kurs img {
	max-width: 100%;
	width: 100%;
	padding: 0;
}

@media screen and (max-width: 800px) {
article#konferens, article#kurs {
	float: none;
	width: 100%;
}
}
#konferens .flexslider, #kurs .flexslider {
	background: #fafafa;
	padding: 1em;
}

/* GENERAL STYLES - responsive */

    /*@media screen and (max-width: 820px) {
        .two-cols article {
            width: calc(50% - 0.5px);
            width: -webkit-calc(50% - 0.5px);
            padding: 0;
        }
    }*/

@media screen and (max-width: 640px) {
.two-cols article {
	width: calc(100% - 4em);
	width: -webkit-calc(100% - 4em);
	padding: 2em;
	border-bottom: 1px solid #eee;
}
.two-cols article:last-child {
	border: none;
}
.two-cols article:nth-child(odd) {
	border-right: none;
}
}

@media screen and (max-width: 500px) {
.two-cols article {
	width: 100%;
	padding: 2em 0 3em 0;
}
}
/* GENERAL STYLES - Buttons */

.btn {
	padding: 0.4em 1.5em;
	text-decoration: none;
	display: block;
	float: left;
	margin: 1em 0 1em 1em;
	text-transform: uppercase;
	font-size: 1.428571428571429em;
	transition : background 350ms;
	-webkit-transition : background 350ms;
	-moz-transition : background 350ms;
	-o-transition : background 350ms;
	cursor: pointer;
}
.btn:active {
	box-shadow: 0 1px 2px 0 #555555 inset;
	padding: 0.45em 1.5em 0.35em;
}
.btn-white {
	border: 1px solid #fff;
	color: #fff;
}
.btn-white:hover {
	background: rgba(255,255,255,0.2);
}
.btn-black {
	border: 1px solid #666;
	color: #666;
}
.btn-red {
	background: #ff3131;
	color: #fff;
	border: 1px solid #ff3131;
}
.btn-red:hover {
	background: #e52c2c;
}
.btn:hover {
	text-decoration: none;
}
.btn.full-width {
	margin: 0;
	width: 100%;
	text-align: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (max-width: 450px) {
.btn {
	width: calc(100% - 5em);
	width: -webkit-calc(100% - 5em);
	margin: 0 1em 1em 1em;
	text-align: center;
}
.btn:first-child {
	margin: 1em;
}
}
.book-now .btn {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 10px 0 30px;
	text-align: center;
	width: 100%;
}
.book-now.hide-for-large .btn {
	display: none;
}

@media screen and (max-width: 800px) {
.book-now.hide-for-large .btn {
	display: inline-block;
	margin: 3px 0 30px 0;
	padding: 0.4em 0;
	width: 100%;
}
}
/* HEADER */

header {
	height: 90px;
	background: #fff;
}
.logo {
	display: block;
	background-image: url("http://thomastrade.se/img/logo-sv.png");
	background-size: auto 60px;
	background-repeat: no-repeat;
	height: 67px;
	width: 100px;
	margin: 10px 10px 10px 30px;
	float: left;
}

/* HEADER - responsive */
@media screen and (max-width: 840px) {
header {
	height: auto;
	overflow: auto;
}
.logo {
	background-size: auto 40px;
	height: 77px;
	width: 120;
	margin: 4px;
}
}
/* HEADER - Navigation */

.main {
	float: left;
	margin: 0 40px 0 0;
	font-size: 1.2857em;
}
.main a:hover {
	text-decoration: none;
}
.main input[type=text] {
	border: 1px solid #666;
	padding: 2px 5px;
	width: 10em;
	background: #fff;
	font-style: italic;
}
.main li input[type="text"]:focus {
	font-style: normal;
}
.main li button[type="submit"]  {
	background: none repeat scroll 0 0 #FFFFFF;
	border: medium none;
	padding: 0;
	margin: 0;
	line-height: 18px;
	font-size: 15px;
}
.main li button[type="submit"]:hover {
	color: #ff3131;
}
.main ul {
	margin: 26px 0 0 0;
}
.main li {
	width: inherit;
	float: left;
}
.main li:last-child {
	margin-top: -1px;
}
.main li a {
	text-transform: uppercase;
	margin-right: 20px;
	color: #333;
	text-decoration: none;
	display: block;
	padding-bottom: 26px;
	border-bottom: 4px solid #fff;
	transition : border 350ms, color 250ms;
	-webkit-transition : border 350ms, color 250ms;
	-moz-transition : border 350ms, color 250ms;
	-o-transition : border 350ms, color 250ms;
	cursor: pointer;
	line-height: 24px;
}
.main li a:hover {
	color: #ff3131;
}
.main .sel {
	border-bottom: 4px solid #ff3131;
}

/* Responsive navigation */
@media screen and (max-width: 840px) {
.nav-toggle {
	background: url("../img/justify.png");
	background-repeat: no-repeat;
	height: 21px;
	display: block;
	position: absolute;
	top: 20px;
	right: 10px;
	background-position: right center;
	width: 85px;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 22px;
	color: #000;
}
.main {
	margin: 0;
}
.main ul {
	margin: 0;
	padding: 0 0 0 0;
}
.main li {
	border-bottom: 1px solid #eee;
	padding: 0 0 0 10px;
}
.main li:first-child {
	border-top: 1px solid #eee;
}
.main li:last-child {
	margin: 0 0 -5px 0;
}
.main li a {
	padding: 10px;
	border: none;
}
.main li input[type="text"] {
	width: calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	border: none;
	padding: 0;
	margin: 10px 10px 20px;
	font-size: 1em;
}
.main li button[type="submit"] {
	display: none;
}
.main li form {
	width: 100%;
}
.main li a:hover {
	border: none;
}
.main .sel {
	border: none;
	color: #ff3131;
}
}
/* MAIN */

main {
	clear: both;
}
/* MAIN - Billboard */
.billboard {
	background: url("../img/billboard-logo.jpg");
	background-position: 100% -80px;
	padding: 2em;
	color: #fff;
}
.billboard h1 {
	font-size: 3.42857em;
	text-align: center;
	padding-top: 20px;
	margin: 0.3em 0.5em;
	color: #fff;
}
.billboard p {
	color: #fff;
}
.billboard .btn-container {
	width: 375px;
	margin: 0 auto;
}
.billboard-info {
	background: #000;
	background: rgba(0,0,0,0.4);
	width: 360px;
}

/* MAIN - Billboard responsive */
@media screen and (max-width: 550px) {
.billboard-info {
	width: 100%;
}
.billboard {
	padding: 15px 10px;
}
.divData {
	width: 100%;
}
}

@media screen and (max-width: 438px) {
.billboard h1 {
	font-size: 2.7em;
}
}

@media screen and (max-width: 350px) {
.billboard h1 {
	font-size: 2.1428em;
}
}
.fb-share-button.fb_iframe_widget{
	margin-left:0px;	
}
.footer-fbshare{
	display:none;	/**/
}
@media screen and (max-width: 450px) {
.billboard .btn-container {
	width: 100%;
}
.adobe-link2 {
	float: left;
	display: block;
	clear: both;
	margin-top: .5em;
	margin-left: 0em;
}
.adobe-link {
	display: none;
}
.footer-CompName {
	display:none;
}
.footer-orgNr {
	display: none;	
}
.footer-siteMap {
	display:none;	
}
.footer-fbshare{
	/*display:block;	*/
}
.adobe-link3 {
	float: right;
	display: block;
	margin: 0.1em .1em;
}
.newLine{
	display:block;
}
}
/* MAIN - Subjects */

.subjects {
	padding: 1em 1em 1em;
	margin: 0;
}
.subject {
	width: 33.3333333333333333333333333333333333%;
	float: left;
	margin: 1.5em 0;
	cursor: pointer;
	text-decoration: none;
}
.subjects a:hover {
	text-decoration: none;
}
.subject-icon {
	width: 100px;
	height: 100px;
	border-radius: 100px;
	background: #fafafa;
	margin: 1em auto 1em;
	border: 1px solid #fafafa;
	transition : border 350ms;
	-webkit-transition : border 350ms;
	-moz-transition : border 350ms;
	-o-transition : border 350ms;
}
.subject:hover .subject-icon {
	border: 1px solid #bbb;
}
.subject h2 {
	transition : color 350ms;
	-webkit-transition : color 350ms;
	-moz-transition : color 350ms;
	-o-transition : color 350ms;
}
.subject p:after {
	content: " Läs mer!";
	color: #FF3131;
}
.subject:hover p:after {
	text-decoration: underline;
}
.subject:hover h2 {
	color: #ff3131;
}
.subjects .icon-home3:before, .subjects .icon-robot-arm:before, .subjects .icon-wrench-screwdriver:before, .icon-construction:before {
	color: #000000;
	display: block;
	font-size: 55px;
	margin-left: 23px;
	margin-top: 22px
}
.icon-home3:before, .icon-robot-arm:before, .icon-wrench-screwdriver:before, .icon-construction:before {
	font-size: 12px;
}
div.icon-office {
	background: url("../img/office.png") #fafafa;
	background-size: 32px auto;
	background-repeat: no-repeat;
	background-position: 11px 13px;
}
.office {
	background: url("../img/office.png") #fafafa;
	background-size: 68px auto;
	background-repeat: no-repeat;
	background-position: 18px 23px;
}

/* MAIN - Subjects responsive*/

@media screen and (max-width: 820px) {
.subject {
	width: 50%;
}
.cf-820 {
	display: none;
}
}

@media screen and (max-width: 525px) {
.subject {
	width: 100%;
}
}
/* COURSE TEMPLATE */
.article-header {
	width: 100%;
	padding: 0;
	margin: 0;/*    margin-bottom: 1em;*/
}
/* breadcrumbs */

.breadcrumbs {
	color: #999;
	font-style: italic;
	font-size: 1em;
}
/* dropdown */

#dropdown-container {
	width: 100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	padding: 0.5em;
	background: #eee;
}
.dropdown {
	width: 100%;
	background: #eee;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.menu-subject {
	padding: 0.5em;
	border: 0.5em solid #eee;
	width: 25%;
	float: left;
	background: #fefefe;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.menu-subject li {
	width: 100%;
}
.menu-subject li a {
	border-top: 1px solid #eee;
	padding: 5px;
	display: block;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.menu-subject li a.selected {
	background: none repeat scroll 0 0 #FF3131;
	color: #FFFFFF;
	padding-left: 15px;
}
.menu-subject li:first-child {
	border-top: none;
}
.menu-subject li:hover {
	background: #eee;
}
.menu-subject li a:hover {
	text-decoration: none;
}

@media screen and (max-width: 888px) {
.menu-subject {
	width: 33.3332%;
}
}

@media screen and (max-width: 700px) {
.menu-subject {
	width: 50%;
}
}

@media screen and (max-width: 500px) {
.menu-subject {
	width: 100%;
}
}
.menu-subject ul {
	text-align: left;
	list-style: none;
}
/*.menu-subject ul ul {
    border-left: 3px solid #bbb;
}*/

.menu-subject h3 {
	margin: 0.75em;
}
.menu-subject-icon {
	background: #fafafa;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	margin: 0 auto;
	text-align: center;
}

.menu-subject-icon.icon-home3:before,
.menu-subject-icon.icon-robot-arm:before,
.menu-subject-icon.icon-construction:before,
.menu-subject-icon.icon-practical-info:before,
.menu-subject-icon.icon-about-us:before,
.menu-subject-icon.icon-wrench-screwdriver:before {
	color: #000000;
	display: block;
	font-size: 28px;
	padding-top: 10px;
	padding-left: 1px;
	background-size: 24px auto !important;
  background-repeat: no-repeat !important;
	background-position: 13px 12px !important;
	content: '';
	height: 40px;
}

.menu-subject-icon.icon-home3:before{ background: url(../img/newicons/home3.png); }
.menu-subject-icon.icon-robot-arm:before{ background: url(../img/newicons/robot-arm.png); }
.menu-subject-icon.icon-about-us:before{ background: url(../img/newicons/group.png); }
.menu-subject-icon.icon-construction:before{ background: url(../img/newicons/construction.png); margin: 0; }
.menu-subject-icon.icon-practical-info:before{ background: url(../img/newicons/info-circle.png); }
.menu-subject-icon.icon-wrench-screwdriver:before{ background: url(../img/newicons/wrench-screwdriver.png); }

.nav-card ul li a.selected{
	background: #FF3131;
	color: white;
}

.article {
	/*width: 80%;*/
	float: left;
}
.article p {
	margin-bottom: 1em;
}
.article h1 + h2 {
	color: #666;
}
.article ul {
	color: #333;
	padding: 1em 0 1em 3em;
	/*list-style: square;*/
	list-style: inside square;
	line-height: 1.75em;
	width: auto;
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}

@media screen and (max-width: 640px) {
.article ul {
	columns: 1;
	-webkit-columns: 1;
	-moz-columns: 1;
}
}
.article ul li {
	padding: 0 2rem 0.5rem 0.5rem;
}
.article .step-by-step ul {
	columns: 1;
	-webkit-columns: 1;
	-moz-columns: 1;
	list-style: none;
	padding: 0;
	width: 100%;
}
.step-by-step {
	clear: both;
}
.article .step-by-step ul li {
	width: 100%;
	background: #fafafa;
	padding: 1rem;
	text-align: center;
	font-size: 16px;
	border-top: 1px solid #eee;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.article .step-by-step ul li:hover {
	background: #eee;
}
.article .step-by-step ul li:first-child {
	border-top: none;
}
.article .step-by-step ul li.selected {
	background: #FF3131;
	color: #fff;
	font-weight: bold;
}
ul {
	margin: 0;
	padding: 0 10px;
}
.metadata {
	list-style: none;
}
.metadata h3 {
	text-align: left;
}
.offer {
	color: #ff3131;
	font-size: 16px;
	line-height: 24px;
}
/* FOOTER */
footer {
	background: #333;
	color: #fff;
	text-transform: uppercase;
	font-size: 0.8em;
	letter-spacing: 0.15em;
	line-height: 1.5em;
	padding-top: 5px;
}
.logo-white {
	background-image: url("../img/logo-white.png");
}
.footer-info {
	padding: 5px 1em 3em 0;
	margin-top: 10px;
}
.footer-info div {
	margin-left: 110px;
}
.footer-info div:first-child span:first-child {
	font-weight: bold;
}

/* FOOTER - responsive */
@media screen and (max-width: 722px) {
.footer-info div {
	margin-left: 70px;
}
footer {
	font-size: 1em;
}
}
/* BOOKING FORM */
#form1 {
	width: auto;
	padding: 10px;
	clear: both;
	overflow: auto;
}
#form1, #form1 * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (min-width: 1020px) {
#form1 {
	padding: 0;
}
}
#form1 input {
	/* width: 100%; */
	display: block;
	float: left;
	margin-top: 5px;
	padding: 10px;
}
textarea {
	border: 1px solid #ccc;
	width: 100%;
	margin-top: 5px;
	padding: 10px;
	min-height: 130px;
}
#form1 #Form_Adress input[type="submit"] {
	border: none;
}
.input .radio-input {
	margin-top: 3px;
}
#form1 #Form_Adress input[type="radio"] {
	width: auto;
	display: inline-block;
	margin-top: 8px;
	margin-right: 10px;
}
#form1 #Form_Adress input, #form textarea {
	width: 100%;/* */
	display: block;
	float: left;
	margin-top: 5px;
	padding: 10px;
	border: 1px solid #ccc;
}
#form1 .btn {
	margin: 0;
}
.input {
	overflow: auto;
	width: 100%;
	margin-bottom: 10px;
	font-family: "Open Sans";
	font-size: 16px;
}
.blackened {
/*background-color:#000000;*/
}

@media screen and (min-width: 640px) {
.input {
	margin-bottom: 30px;
}
}
.row > div {
	clear: both;
	overflow: auto;
	margin-bottom: 30px;
}

@media screen and (min-width: 640px) {
.input {
	width: 49%;
	float: left;
}
.input:nth-child(even) {
	float: right;
}
}
.adobe-pdf {
	padding: 0 0 0 5px;
}
.contact-container, .contact-container > * {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.contact-card {
	width: 50%;
	float: left;
	text-align: center;
	padding: 1em;
}
.contact-container {
	background: #f3f3f3;
	overflow: auto;
	padding: 1em 0;
	margin: 4em 0 0;
	clear: both;
}

@media screen and (max-width: 640px) {
.contact-card {
	width: 100%;
}
}
.webbPower {
	width: 100%;
	text-align: center;
	display: block;
}
.contact-card h1 {
	display: block;
	font-size: 24px;
	padding: 0 1em;
}
.contact-card h1 small {
	display: block;
	color: #666;
	font-size: 18px;
}
.contact-card img {
	border-radius: 300px;
	border: 3px solid #e1e1e1;
	margin: 0 auto;
	padding: 10px;
	width: auto;
	background: #fff;
}
.contact-card p {
	text-align: left;
	margin-top: 1em;
}
.search-hit {
	border-bottom: 1px solid #ccc;
	transition: background 0.5s;
}
article.article hr {
	margin-bottom: 0;
}
.search-hit h2 {
	text-align: left;
	padding: 40px 20px 20px;
	margin: 0;
}
.search-hit p {
	padding: 0 20px 40px;
	margin: 0;
}
.search-hit:hover {
	background: #f1f1f1;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
 *text-indent: -9999px;
}
.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%;
}
.hidden {
	display: none !important;
	visibility: hidden;
}
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
.invisible {
	visibility: hidden;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
 *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
* {
	background: transparent !important;
	color: #000 !important; /* Black prints faster: h5bp.com/s */
	box-shadow: none !important;
	text-shadow: none !important;
}
a, a:visited {
	text-decoration: underline;
}
a[href]:after {
	content: " (" attr(href) ")";
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
/*
     * Don't show links for images, or javascript/internal links
     */

.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
	content: "";
}
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead {
	display: table-header-group; /* h5bp.com/t */
}
tr, img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
@page {
	margin: 0.5cm;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
h2, h3 {
	page-break-after: avoid;
}
}


.cd-container {
  width: 90%;
  max-width: 768px;
  margin: 2em auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(255, 49, 49, 0.8) url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #FF3131;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

/* FORM */
form h3 {
  margin: 50px 0 10px 0;
}

form .question p {
  margin: 0;
}

form .question {
  margin: 20px 0;
}

form .question label {
  margin-right: 5px;
}

form .question input[type="radio"] {
  margin-right: 30px;
}

form fieldset {
  margin-top: 30px;
}

form button, form input[type="submit"] {
  padding: 0.4em 1.5em;
  text-decoration: none;
  display: inline-block;
  margin: 1em 0 1em 1em;
  text-transform: uppercase;
  font-size: 1.428571428571429em;
  transition : background 350ms;
  -webkit-transition : background 350ms;
  -moz-transition : background 350ms;
  -o-transition : background 350ms;
  cursor: pointer;
  background: #fff;
}

section form {
	width: 100%;
  	padding: 20px;
	box-sizing: border-box;
  	overflow: auto;
}

section form * {
	box-sizing: inherit;
}

section form h3 {
	font-size: 22px;
}

#contact > div {
	width: 50%;
    display: inline-block;
    float: left;
    padding: 5px 20px;
}

@media screen and (max-width: 500px) {
  #contact > div {
  	width: 100%;
  }
}

#contact label {
	display: block;
	width: 100%;
	margin-bottom: 5px;
}

#contact input {
	display: block;
	width: 100%;
	margin-left: -1px;
}

form fieldset .question {
	padding: 20px 20px 30px;
  	clear: both;
  	overflow: auto;
  	border-bottom: 1px solid #ccc;
  	margin: 0 !important;
}

form fieldset .question p {
	margin-bottom: 15px;
  	font-size: 16px;
}

form fieldset .question  label {
	margin: 0 !important;
  display: block;
}

form fieldset .question input[type="radio"] {
	margin: 10px auto 0 !important;
	display: block;
    	/*width: 25%;
  	float: left;
	text-align: center;*/

}

form fieldset .question div, form fieldset .question table tbody tr td {
	width: 25%;
  	float: left;
	text-align: center;
}

/*form fieldset .question td{
	width: 25%;
  	float: left;
	text-align: center;
}*/


@media screen and (max-width: 700px) {
  form fieldset .question div {
  	width: 100%;
    text-align: left;
    margin-bottom: 15px;
  }
  
  form fieldset .question input[type="radio"] {
	margin: 5px 0 10px !important;
  }
}

form button[type="submit"], form input[type="submit"]  {
	background: #ff3131;
  	color: #f1f1f1;
}

form button, form input[type="submit"] {
	border: none;
  	float: right;
}

.nav-cards{
  background: #eee;
  display: flex;
  padding: .5em;
  flex-direction: column;
}

.nav-row{
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0;
  align-items: flex-start;
}

.nav-card{
  box-sizing: border-box;
  padding: 1em;
  margin-right: .5em;
  margin: .5em;
  padding-bottom: 2.4em;
  width: calc(250px - 13px);
  background: white;
  flex-direction: column;
  display: flex;
  align-items: center;
  position: relative;
}

.nav-card:nth-child(4){ margin-right: 0; }

.nav-card ul {
  list-style: none;
  width: 100%;
  padding: 0;
}

.nav-card ul li a{
  border-top: 1px solid #eee;
  padding: 5px;
  display: block;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #FF3131;
  text-decoration: none;
}

.nav-card ul li:hover{ background: #eee; }

.arrow {
  position: absolute;
  bottom: 10px;
  color: #444;
  font-size: 12px;
  cursor: pointer;
}

.nav-card h3{
  font-family: "Bitter", serif;
  font-weight: normal;
  text-align: center;
  color: #333;
  font-size: 1.17em;
}

.nav-card:hover{
	cursor: pointer;
}

.nav-card a{ text-decoration: none; }

nav ul li a:hover{ cursor: pointer; }
.active-link{ border-bottom: 4px solid #ff3131; }
.visuallyhidden{ display: none; }
.rotate{ transform: rotate(180deg); }

@media screen and (max-width: 1017px){
	.nav-card{
		width: calc(33% - 12px) !important;
	}
	.nav-card:nth-child(3){ margin-right: 0; }
	.nav-card:nth-child(4){ margin-right: .5em; }
}

@media screen and (max-width: 640px){
	.nav-card{
		width: calc(50% - 14px) !important;
	}
	.nav-card:nth-child(even){ margin-right: .5em; }
	.nav-card:nth-child(3){ margin-right: .5em; }
}

@media screen and (max-width: 488px){
	.nav-card{
		width: calc(100% - 14px) !important;
	}
	.nav-card{ margin: .5em; }
}