/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('../fonts/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v20-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v20-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Bold'), local('Roboto-Bold'),
       url('../fonts/roboto-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v20-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v20-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}


/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #be1623;
    font-size: 1em;
    line-height: 1.2;
	background-color:#f5f3f2;
	box-sizing: border-box;
}

::-moz-selection {
    background: #f5f3f2;
    text-shadow: none;
}

::selection {
    background: #f5f3f2;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
font-family: 'Roboto', sans-serif;
}

.wrapper {
    width: 100%;
    margin: 0 0;
}

/* ===================
    ALL: Orange Theme
   =================== */





.header-container{
	background-image: url(../img/header/header-image-radiotaxi-losllanos-la-palma-movil.png);
	background-position:top center; 
	padding-top:3%;
	background-repeat:no-repeat;
	background-size:auto;
	height:660px;
	
}
.main-container{
    margin-top:-80px;
}


.footer-container{
    background: #7b1211;
}

.title {
    color: white;
	text-align:center;
	margin:8% auto;
}

/* ==============
    MOBILE: Menu
   ============== */


/* ==============
    MOBILE: Main
   ============== */

.main {
    padding: 0;
}

.main article h1 {
    font-size: 1em;
	color: #f5f3f2;
	margin:0;
}



.footer-container footer {
    color: white;
    padding: 20px 0;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 5% auto;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px 7%;
	margin: 0px;
	box-sizing:border-box;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 1% 1% 1%; 
	box-sizing:border-box;
}


/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%;}
.span_2_of_3 { padding:2%;}
.span_1_of_3 { padding-bottom:30%;}
.span_4_of_3 { width: 100%;
				background-color:#fff;
				padding:3% 3% 2% 3%;
				margin: 2% 0;
				box-sizing:border-box;
				border-bottom: 25px solid transparent;
  border-image:  url(../img/border-image-radiotaxi.jpg) 28 round;
				 box-shadow: -3px 4px 5px -2px gray;} /* header 1 of 3 fields*/

.span_1_of_2  { width: 100%; }
.span_1_of_1  { width: 100%; 
				padding: 8%;
				margin:0;
				min-height:210px;}
.span_1_of_12  { width: 6%; }
.span_11_of_12  { width: 89%; }

.span_1_of_20  { width: 3%; }
.span_8_of_20  { width: 37.5%; }
.span_10_of_20  { width: 47%; }

.span_1_of_5  { width: 47%; }



h2 {
	font-size:1.3em;
	color: #7b1211;
	text-align:left;
	font-weight:300;
	text-transform:uppercase;
	line-height:1em;
	margin-top: 10%;
	}
	
.header-container h2 {
	margin:1% 1% 0 0 ;
	text-align:left;
	color: #be1623;
	font-weight:700;
	font-size:1.1em;
}
.header-container h2 a {
	color: #be1623;
	text-decoration:none;
}
	
.footer-container h6{
    text-align: left;
	color:#fff;
}
.footer-container p{
	color:#fff;
	line-height:1.3em;
}


h3 {font-size:1.3em;
	color: #575757;
	text-align:right;
	font-weight:700;
	text-transform:uppercase;
	line-height:1em;
	margin:0;
}

h4 {font-size:0.75em;
	color: #555;
	text-align:left;
	font-weight:700;
	text-transform:uppercase;
	line-height:1.3em;
	margin:2% 0 0 0 ;}
	
.header-container h4 {color: #fff;
	margin:0 ;}
	

h5 {font-size:0.75em;
	color: #575757;
	font-weight:300;
	line-height:1.3em;
	margin:3% 0;
	padding:0 10%;
	text-align:center;}

h6 {font-size:0.95em;
	color: #575757;
	text-align:right;
	font-weight:300;
	text-transform:uppercase;
	line-height:1em;
	margin:0 ;}


p { font-size:0.72em;
	color: #be1623;
	text-align:left;
	font-weight:300;
	line-height:1.4em;
	margin:0;
	margin-bottom:10%;
	padding:2% 2% 0 0;}

.header-container p {color: #fff;
		font-size:0.8em;
		line-height:1.3em;
		margin-bottom:0%;
		padding-top:0%;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 500px) {
	.main-container{
    margin-top:-90px;
}

	/*  GRID OF THREE  */
	.span_3_of_3 { width: 100%; }
	.header-container span_2_of_3 { width: 100%; }
	.span_2_of_3 { width: 45%; }
	.span_1_of_3 {	width: 48%; 
					padding-bottom: 2%;}
	.span_4_of_3 { width: 48%; 
					margin: 1%;}
	
	
 /* header 1 of 3 fields*/

	
.header-container h2 {
	font-size:1.0em;
}

	h2 {
	margin-top: 2%;
	}

.header-container{
	background-image: url(../img/header/header-image-radiotaxi-losllanos-la-palma-tablet.png);
	padding-top:2%;
	height:718px;
}

}

@media only screen and (min-width: 768px) {
html {
    font-size: 1.1em;
}

.header-container{
	background-image: url(../img/header/header-image-radiotaxi-losllanos-la-palma.png);
	padding-top:1%;
	height:916px;
}

.header-container h2 {
	font-size:1.3em;
}
	h2 {
	text-align:right;
	}


.main-container{
    margin-top:-150px;
}

.section {
	padding: 0px 2%;
}

.span_1_of_2  { width: 48%; }
.span_1_of_5  { width: 32%; }

/* ====================
    WIDE: CSS3 Effects
   ==================== */



/* ============
    WIDE: Menu
   ============ */

    .title {
    }

 

/* ============
    WIDE: Main
   ============ */

    .main article {
        float: left;
        width: 100%;
    }
	
	.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.7%;
	}

	.span_1_of_3:nth-of-type(4n) {
			margin-left:0%;	
	}

	.span_1_of_5:nth-of-type(4n) {
			margin-left:0%;	
	}

	.col:first-child { margin-left: 0; }


	/*  GRID OF THREE  */
	.span_3_of_3 { width: 100%; }
	.span_2_of_3 { width: 66.1%; }
	.span_1_of_3 { width: 32.2%; }
	.span_1_of_5  { width: 32.2%; }
	.span_4_of_3 { width: 32.2%; }
.span_1_of_12  { width: 8.3%; }


}

@media only screen and (min-width: 921px) {

html {
    font-size: 1.15em;
}

.header-container{
	max-width:1920px;
	
}



/* ===============
    Maximal Width
   =============== */

    .wrapper {
        width: 100%; 
        margin: 0 auto;
    }
	
	.section {
		max-width: 921px;
		margin: 0 auto;}
	

}

@media only screen and (min-width: 1000px) {

.title {

	margin:4% auto;
}
}



/* ==========================================================================
   Helper classes
   ========================================================================== */

.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 {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        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) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


.feld{
	border:none;
	border-bottom:#373737 solid 2px;
	border-left:#262626 solid 1px;
	padding: 10px;
	margin-bottom: 5px;
	background-color:#f5f3f2;
	box-sizing: border-box;
	}
	
.size{
	border:none;
	border-bottom:#373737 solid 2px;
	border-left:#262626 solid 1px;
	color:#999;	
	padding: 5px;
	margin-bottom:15px;
	background-color:#f5f3f2;
	font-size:14px;
	box-sizing: border-box;

}

.textfield{
	border:none;
	border-bottom:#373737 solid 2px;
	border-left:#262626 solid 1px;
	color:#999;	
	background-color:#f5f3f2;
	box-sizing: border-box;

}


label {display:block;}
input, textarea {font-size:14px; font-family: 'Roboto', sans-serif; font-weight: 300; width:100%; height:40px; margin-bottom:5px; color:#575757 !important;}
textarea {width:100%; height:180px; padding: 10px; color: #333;}
submit {border:0px solid #000; margin:0; border:none; }
.fehler {border:1px solid red;}
p.error {color:red;}
