@charset "UTF-8";

.regioteamplugin * {
    box-sizing: border-box;
}

.header h1{
	padding-bottom: 20px;
	font-weight: 400;
	font-size: 25px;
	color: #444;
}

.btn {
	background-color: #30afb8;
	border-color: #30afb8;
	transition: background-color .3s;
}

.btn:hover {
	background-color: #87d0d5;
	border-color: #87d0d5;
}

.entry-content-small {
	padding: 0 200px 0 200px;
}

.form-group-title{
	text-decoration: underline;
}

.form-price{
    display: block;
    width: 140px !important;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-group {
	margin-bottom: 15px;
	overflow: hidden;
}

.form-group label {
	text-align: right;
}

.form-group [class*="col-"] {
	/*padding: 0 15px 0 0;*/
}

.row::after {
  	content: "";
  	clear: both;
  	display: block;
}

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

.menu li {
  	padding: 8px;
  	margin-bottom: 7px;

}


.col-sm-4 input,select{
	margin-left: 15px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.btn:hover {
    background-color: #87d0d5;
    border-color: #87d0d5;
    color: #fff;
}

.btn {
	 color: #fff;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 4px;
}

[class*="col-"] {
	float: left;
  	/*padding: 15px;*/
}

/* For desktop: */
.col-sm-2 {width: 16.66666667%; text-align: right;}
.col-sm-4 {width: 33.33333333%; }
.col-sm-12 {width: 100%;}
.col-4 {width: 33.33%; padding-top: 100px;}
.col-8 {width: 66.66%;}

@media only screen and (max-width: 980px) {
  	/* For mobile phones: */
  	[class*="col-"] {
    	width: 100%;
    	padding-top: 0px;
  	}
  	
  	.entry-content-small {
		padding: 0 0 0 0;
	}
	
	.form-group label {
		text-align: left;
	}
	
	.col-sm-2{
		text-align: left;
	}
	
	.form-group [class*="col-"] {
		/*padding: 0 15px 0 15px;*/
	}
	
	.col-sm-4 input {
   	margin-left: 0px;
	}

}

/* TESTTEST */

.maintabs {margin: 0 auto; }
.content {background: #fff; color: #373737;}
.content > div {display: none; padding: 20px 25px 5px;}

.maintabs > input {display: none;}
.maintabs > label {display: inline-block; padding: 8px 25px; font-weight: 400; font-size: 20px; text-align: center; border: 1px solid #30afb8; border-radius: 5px;}
.maintabs > label:hover {color: #fff; cursor: pointer; background: #30afb8;}
.maintabs > input:checked + label {background: #30afb8; color: #fff; }

#tab1:checked ~ .content #content1,
#tab2:checked ~ .content #content2{
  display: block;
}

@media screen and (max-width: 400px) { .maintabs > label {padding: 15px 10px;} }
