/*
	Author: Alexander Klein
	Since: 2015
*/

/*@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,300);*/

/* roboto-100 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/roboto-v18-latin-100.eot'); /* IE9 Compat Modes */
  src: local('Roboto Thin'), local('Roboto-Thin'),
       url('../fonts/roboto-v18-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v18-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v18-latin-100.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v18-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v18-latin-100.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v18-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Roboto Light'), local('Roboto-Light'),
       url('../fonts/roboto-v18-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v18-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v18-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v18-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v18-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('../fonts/roboto-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v18-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}



/* reset code */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	color: #2d2a26;
    font-family: Helvetica;
    font-weight: 100;
    font-size: 20px;
    line-height: 32px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
form * {
    -webkit-font-smoothing: antialiased;
}
ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* header, anchor, p, etc... */

h1, h2, h3 {
/*    font-family: helvetica;
    font-weight: 100;*/
    margin: 0;
    padding: 0;
}


h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 52px;
    font-weight: 100;
    line-height: 96px;
}

h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 35px;
    font-weight: 100;
    line-height: 64px;
}

h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 26px;
    font-weight: 400;
    line-height: 64px;
}

h4 {
	font-family: 'Roboto', sans-serif;
	font-size: 23px;
    font-weight: 100;
    line-height: 32px;
}





strong, b {
    font-weight: bold;
    letter-spacing: .1em;
}

a {
}

a:hover {
}

a:visited
{ 
color: #20aae4;
}


p {
    padding: 10px 0 22px 0;
/*    letter-spacing: .05em*/
}
.brick-content p {
    letter-spacing: .05em
}
small {
    opacity: .5;
    font-size: 16px;
    line-height: 24px;
}

html {
	height: 100%;
	width: 100%;
    background: #445B7C;
}
body {
    min-height: 100%;
    /*min-width: 1152px;*/
    width: 768px;
/*    background-color: #dfe4eb;
    background-color: #efebe6;*/
    background: white;
    padding: 0px 128px;
    margin: auto;
}

hr {
    border: 0;
    height: 1px;
    background: lightgray;
}

#rsslogo {
    padding: 64px 0 0 0;
    margin-bottom: 24px;
    border-bottom: 1px solid lightgray;
}

#rssfooter {
    padding: 0 0 64px 0;
    margin-top: 24px;
    border-top: 1px solid lightgray;
}

right {
    float: right;
}
a.logot {
	background: transparent url('../imgs/vektorei-logo-blau-768.png') no-repeat left top;
	background-size: 180px 50px;
	width: 180px;
	height: 50px;
	display: inline-block;
	text-indent: -10000px;
}
.logot, .logot:visited {
    color: black;
    text-decoration: none;
}
ul, ol {
    padding: 0px 32px;
}
ul li {
    list-style: disc;
}
ol li {
    list-style: decimal;
}

img {
    max-width: 100%;
    height: auto;      
}

#rssFaqForm {
    display: none;
}

.vek-applist {
    margin-bottom: 32px;
    border-bottom: 1px solid lightgray;
}

.vek-icon-et-apps {
    text-align: center;
}
.vek-app-text h2 {
    text-align: center;
}
.vek-app-text small {
    display: block;
    text-align: center;
    margin-bottom: 16px;
}
span.vek-links {
    display: block;
    position relative;
    text-align: center;
    background: black;
    color: white;
    padding: 16px 0px 16px 0px;
    width: 320px;
    overflow: hidden;
    margin: auto;
    border-radius: 5px;
}
    span.vek-links a, span.vek-links a:visited {
        color: white;
        text-decoration: none;
    }
    
#rssContactForm {
    display: none;
}

iframe.preisanfrage {
	min-height: 910px;
	width: 100%;
}

iframe.beispiele {
	height: 730px;
	width: 100%;
}
#ie ul {
	margin: 25px auto;
}
#ie ul li {
	float: left;
	text-align: center;
	list-style-type: none;
	margin-right: 55px;
}
#ie a, #ie a:visited {
	color: #445B7C;
}
#ie a:hover {
	text-decoration: none;	
}
a.marker {
	background-color: #4C5A7C !important;
	color: #fff !important;
	padding: 0.2em 0.3em !important;
	text-decoration: none !important;
}
a.marker:hover {
	background-color: #93a8ac !important;
}