/*
	Author: Alexander Klein
	Since: 2015
*/

/* 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: 'Roboto', sans-serif;;
    font-weight: 300;
    font-size: 22px;
    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: normal;*/
    margin: 0;
    padding: 0;
}


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

h2 {
    font-family: 'Roboto', sans-serif;;
    font-size: 36px;
    font-weight: 300;
    line-height: 42px;
    padding: 0px;
}


h3 {
    font-family: 'Roboto', sans-serif;;
    font-size: 26px;
    font-weight: 400;
    line-height: 32px;
    padding: 16px 0;
    font-weight: 300;
}

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

h5 {
    font-weight: 300;
}

.h5link,.h5link:visited {
    color: gray;
    text-decoration: none;
    border-bottom: 1px dashed gray;
}

strong, b {
    font-weight: 500;
    letter-spacing: .02em;
}

a {
    color: #4C5A7C;
}

a:hover {
}

a:visited
{ 
color: #4C5A7C;
}


p {
/*    padding: 10px 0 22px 0;*/
/*      padding: 18px 0 26px 0;*/
    padding: 16px 0;
/*    letter-spacing: .05em*/
}
.brick-content p {
    letter-spacing: .05em
}
.brick-content p.fett {
	font-weight: 400;
}
small {
    font-size: 16px;
    line-height: 24px;
}
small a {
	opacity: .9;
}
.light {
	opacity: 0.75;
	font-weight: 300 !important;
}
html {
	height: 100%;
	width: 100%;
}
body {
	height: 100%;
    /*min-width: 1152px;*/
    min-width: 1152px;
	width: 100%;
/*    background-color: #dfe4eb;
    background-color: #efebe6;*/
    background: white;
    padding: 0;
    margin: 0;
}
#grid {
    display: none;
    position: fixed;
    z-index:100;
    width: 100%;
    margin: auto;
    height: 100%;
    opacity: 1;
}
#grid span {
    display: block;
    position: block;
    width: 1024px;
    height: 100%;
    margin: auto;
    background: url(https://vektorei.de/imgs/grid32.png);
}
#vek-app-container {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
/*    overflow: hidden;*/
}
#vek-page-container {
    display: block;
    position: relative;
    /*width: 100%;*/
    min-height: 100%;
    margin: auto;
}
#vek-aload-container {
    background-color: #fcfcfc;
    overflow: hidden;
    opacity: 0;
    transition: height .2s;
   /* padding-bottom: 96px;*/
   position: relative;
}

#vek-aload-container span {
    display: block;
    position: relative;
}

#rssPageNavControlls {
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: #fcfcfc;
    opacity: 0;
	margin-bottom: 25px;
}
#rssPageNavControlls p a.rssScrollTopCont, #rssPageNavControlls p a.rssGoHomeCont {
    color: #424b54;
    text-decoration: none;
    background-repeat: no-repeat;
    margin-left: 24px;
    padding: 12px 24px;
    border-radius: 5px;
    border: 2px solid #4C5A7C;

}
#rssPageNavControlls p a.rssGoHomeCont {

}
#rssPageNavControlls p a.rssScrollTopCont:hover, #rssPageNavControlls p a.rssGoHomeCont:hover {
    border: 2px solid #ccc;
    text-decoration: none;

}
#rssPageNavControlls p {
    width: 968px;
    margin: auto;
    text-align: center;
}

#vek-menubar, #floatingRssMenu {
    -webkit-font-smoothing: subpixel-antialiased;
    background: #f8f8f8;
    color: #404E09;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
    font-size: 16px;
    line-height: 48px;
    letter-spacing: .05em;
    -webkit-font-smoothing: antialias;
    box-shadow: 0px 3px 2px rgba(0,0,0,.05);
}
    #vek-menubar ul, #floatingRssMenu ul {
        display: block;
        position: relative;
        width: 1024px;
        margin: auto;
        padding:0;
        line-height: 48px;
        background: url(https://vektorei.de/imgs/vektorei-emblem.png) no-repeat right center;
    }
    #vek-menubar ul li, #floatingRssMenu ul li {
        display: inline-block;
        padding: 0;
        margin: 0;
/*        width: 15%;*/
        text-align: center;
        text-transform:uppercase;
    }
    #vek-menubar ul li.hide, #floatingRssMenu ul li.hide {
    	display: none;
    }
    #vek-menubar ul li a, #floatingRssMenu ul li a {
        display: block;
        position: relative;
		padding: 14px 42px 10px 42px;
        color: #424b54;
        text-decoration: none;
        -webkit-transition: background-color .25s;
    }
    #vek-menubar ul li a:hover, #floatingRssMenu ul li a:hover {
        background-color: #86964b;
        -webkit-transition: background-color .5s;
        -webkit-transition: color .5s;
        color: #fff;
    }
    #vek-menubar ul li a.vek-m-down, #floatingRssMenu ul li a.vek-m-down {
        background-color: #86964b;
        color: #edf0f4;
        opacity:1;
    }
li#vek-logo-menu {
    width:25% !important;
    text-align: left !important;
    background-color: #445B7C;
}
li#vek-logo-menu a img {
    padding-left: 32px;
}
li#vek-logo-menu a:hover {
    background-color: #86964b !important;
}

#vek-logo {
	display: block;
	position: absolute;
	width: 129px;
	height: 36px;
	left: 0px;
	top: 16px;
	background: url(https://vektorei.de/imgs/vektorei-logo.png);
	background-repeat: no-repeat;
	background-size: 129px 36px;
	margin-left: 64px;
}
#vek-menubar ul li a:hover #vek-logo {
   /* background-position: 0 -18px;*/
}

a#rsshomemenu {
    padding-bottom: 10px;
}
#floatingRssMenu {
    display: none;
    position: fixed;
    width: 100%;
    opacity: 0;
    z-index: 1000000;
}

#vek-page-content {
    display: block;
    position: relative;
    width: 100%;
    z-index: 1;
    padding-bottom: 128px;
}

#vek-content-padding 
{
    padding: 0 0px 128px 0;
    width: 100%;
}
#vek-page-header {
/*    background-color: #dfe4eb;
    background-color: #d7d2cb;
    background-color: #2d2a26;*/
    background-color: rgba(80, 42, 40, .25);
    display: block;
    position: relative;
    width: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    opacity: 1;
    z-index: 10000;
    box-shadow: inset 0 0 13px rgba(0,0,0,.18);
    border-bottom: 1px solid rgba(255,255,255,.09);
}
#vek-site-brick {
    display: block;
    position: relative;
    width: 100%;
    height:672px;
    z-index: 1;
    top: 0;
}
/*
@media screen and (min-height: 760px) {
    #vek-site-brick {
        height: 700px !important;
    }
}
@media screen and (min-height: 800px) {
    #vek-site-brick {
        height: 800px !important;
    }
}
@media screen and (min-height: 950px) {
    #vek-site-brick {
        height: 800px !important;
    }
}
*/
#vek-site-brick {
    overflow: hidden;
}
#vek-bricks-display {
    display: none;
    position: absolute;
    width: 64px;
    height: auto;
    background-color: transparent;
    top: 288px;
    margin: 0 auto;
    z-index: 1000;
}
    #vek-bricks-display div {
        display: block;
        position: relative;
        height: 8px;
        padding: 12px 0;
    }
        #vek-bricks-display span {
            display: block;
            position: relative;
            width: 25px;
            height: 4px;
            border-radius: 4px;
            background: #4C5A7C;
            margin: auto;
            transition: background .5s;
        }
#vek-bricks-area-controlls {
    display: block;
    position: relative;
    width: 64px;
    height: 64px;
    background-color: black;
    border-radius: 0px;
    text-align: center;
    z-index: 1000;
    color: white;
    margin: auto;
    top: 586px !important;
    opacity: 0;
    border: 0px solid rgba(255,255,255,.5);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: url(https://vektorei.de/imgs/arrow-down.png);
    background-position: 0 0;
    background-size: 64px 64px;
    background-repeat: no-repeat;
    z-index: 1000000;
}
#vek-bricks-area-controlls:hover {
    background: url(https://vektorei.de/imgs/arrow-down-hover.png);
}
#vek-bricks-menu {
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 64px;
    background-color: transparent;
    z-index: 10000;
}
    #vek-bricks-menu ul {
        display: block;
        position: relative;
        width: 1024px;
        height: 64px;
        margin: auto;
        padding: 0;
        background: transparent;
    }
        #vek-bricks-menu ul li a {
            display: block;
            position: relative;
            width: 100%;
            float: left;
            padding: 16px 0;
            text-align: center;
            color: white;
        }
		#vek-bricks-menu ul li a span,
		.button-link a span	{
/*			border: 1px solid white;*/
			border-radius: 50%;
			font-weight: 400;
			width: 30px;
			line-height: 30px;
/*			height: 25px;*/
			display: inline-block;
			background-color: white;
			color: #445B7C;
			margin: 0 15px;
			font-family: sans-serif;
			font-size: 30px;
		}
		.button-link a span {
			margin: 0 0 0 4px !important;
		}
		#vek-bricks-menu ul li a span:hover,
		.button-link a span:hover {
			border: 1px solid #445B7C;
		}
        #vek-bricks-menu ul li.about a {
            background-color: #445B7C;
            font-size: 26px;
        }
        #vek-bricks-menu ul li.vek-m-white {
            background-color: white;
            color: black;
        }
        #vek-bricks-menu ul li.vek-m-bl50p {
            background-color: rgba(0,0,0,.25);
        }
            #vek-bricks-menu ul li a {
                color: white;
                text-decoration: none;
            }
            #vek-bricks-menu ul li.about a:hover {
                text-decoration: none;
				border: 2px solid white;
				margin: -2px;
             }
.vek-brick {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: lightgray;
    z-index: 100;
}
.brick-content {
    display: block;
    position: relative;
    top: 0;
    width: 1024px;
    height: 544px;
    margin: 32px auto auto auto;
    padding: 32px 0px;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
}
.brick-content.heller {
    /*background: rgba(255, 255, 255, 0.55);*/
    color: black;
}
.brick-content.dunkler {
    /*background: rgba(0, 0, 0, 0.40);*/
    color: white !important;
}
.brick-content.farbe {
    background: rgba(178, 139, 62, 0.70);
    color: white !important;
}
.brick-content h2 {
	font-weight: 300;
	font-size: 30px;
}
.brick-content p {
	
}
.brick-content-mask {
    display: block;
    position: relative;
    width: 1024px;
    margin: auto;
}
.app-icon {
    display: block;
    position: relative;
    width: 256px;
    height: 256px;
    float: left;
    background-size:256px 256px;
    background-repeat:no-repeat;
    margin: 8px 64px 256px 0;
}    
    .app-icon a {
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
        text-decoration: none;
}
	.app-icon img {
	width: 256px;
	height: 256px;
}

.button-link {
    display: block;
    position: relative;
    background: transparent;
    margin-top: 15px;
}
    .button-link a {
        position: relative;
        padding: 11px 19px;
        color: white;
        text-decoration: none;
        font-size: 16px;
        font-weight: 400 !important;
        letter-spacing: 1px;
        text-align: center;
/*        border-radius: 4px;*/
        border: 2px solid white;
        background-color: #445B7C;
    }
    .button-link a:hover {
    	color: #445B7C;
        background-color: #fff;
        text-decoration: none !important;
    }
.leaf-icon {
}
.diskdiag-icon {
    background-image: url(https://vektorei.de/imgs/diskdiag256.png);
}
.freeapps-icon {
    background-image: url(https://vektorei.de/imgs/preisbapperl-512.png);
}
.preis-brick {
/*    background-color: #00e367;*/
    background: url(https://vektorei.de/imgs/screenshot.png) no-repeat center center;
}
.beispiel-brick {
/*    background-color: #00e367;*/
    background: url(https://vektorei.de/imgs/beispiel.png) no-repeat center center;
}
.flarefighter {
    background: red;
}
.twins {
    background: blue;
}
.vek-reader {
    background: #2d2a26;
}
.willkommen-brick {
	background: url(https://vektorei.de/imgs/plotter-dunkel.jpg) no-repeat center center;
}
    .willkommen-brick .button-link a:hover {
        color: #4CABFF;
    }
    
    .willkommen-brick .app-icon {
        margin: 0px 64px 0px 0;
    }
    .willkommen-brick h1 {
    	height: 176px;
    	margin: 30px 0 18px 0;
    	background:  url('https://vektorei.de/imgs/vektorei-logo-768.png') no-repeat 430px 90px;
    	background-size: 384px;
    }
    .willkommen-brick h1 span {
    	display: none;
    }

.leaf, .newsflow, .newsflow-blf {
/*    background: url(https://vektorei.de/imgs/vek-leaf-brick-bg.png); */
    background: rgba(226,80,71,1);
    overflow: hidden;
    color: black;
}
    .leaf .button-link a:hover {
        color: #FF6E53;
    }
.diskdiag {
    background-color: #ebf5ff;
}
.diskdiag .app-icon {
    height: 128px;
    margin-bottom: 512px;
}

.newsflow  {
	background: rgba(226,80,71,1);
	color: rgba(255,255,255,.5)!important;
}
	.newsflow * {
		color: black!important;
		border-color: black!important;
	}
	
	.newsflow .button-link a:hover {
		background: black;
		color: rgba(226,80,71,1)!important;
	}
	
.newsflow-blf {
	background: url(https://vektorei.de/imgs/nf-blackfriday-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}
	.newsflow-blf .app-icon {
		width: 320px;
		height: 320px;
		margin: 0;
		padding: 0;
		margin: auto;
		float: center;
		margin-top: -32px;
	}
	.newsflow-blf h2 {
		text-align: center;
	}
	.newsflow-blf .button-link {
		text-align: center;
	}	
	.newsflow-blf .button-link a:hover {
		background: rgba(0,0,0,.75)!important;
		color: rgba(255,255,255,1)!important;
	}
		
	
#vek-page-footer {
    color: #2d2a26;
    display: block;
    position: absolute;
    height: 128px;
    width: 100%;
    z-index: 10;
    bottom: 0;
    line-height: 12px;
    font-size: 75% !important;
    color: rgba(0,0,0,.5);
    border-top: 1px solid #d7d7d7;
}
    #vek-page-footer .rssFooterCol1, #vek-page-footer .rssFooterCol2,  #vek-page-footer .rssFooterCol3 {
        width: 50%;
/*        background-color: red;*/
        float: left;
    }
/*     #vek-page-footer .rssFooterCol3 {
        width: 50%;
     }*/
     #vek-page-footer h4 {
        border-bottom: 1px solid rgba(0,0,0,.2);
        margin: 4px 12px 3px 0;
	}
	#vek-page-footer .rssFooterCol3 h4 {
		margin-right: 0;
	}
#vek-page-footer h5 {
    margin: 4px 12px 8px 0;
}
    
     #vek-page-footer ul { 
        padding: 0 0 6px 0;
     }
     #vek-page-footer ul li {
        padding: 6px 0 0 0;
        list-style-type: square;
        border-bottom: 1px dotted rgba(0,0,0,.10);
     }
	#vek-page-footer ul li a {
		text-decoration: none;
	}
	#vek-page-footer ul li a:hover {
		text-decoration: underline;
	}
#vek-page-footer small {
    font-size: 75%;
    color: grey;
    line-height: 14px;
}
#vek-page-footer small a {
	font-weight: 400;
}
/*span.vek-padding {
	padding-bottom: 65px !important;
}*/
.vek-padding {
    width: 1024px;
    padding: 32px 0 ;
    margin: auto;
}
    .vek-padding ol {
        list-style: decimal;
    }
#vek-content-padding .vek-padding {
/*    background: url(grid32.png);*/
    background-color: white;
/*    box-shadow: 0px 0px 5px rgba(0,0,0,.5);*/
}

#vek-content-padding p:last-child {
    padding-bottom: 0px;
    margin-bottom: -10px;
}
#vek-content-padding .width div p:last-child {
    padding-bottom: 22px;
    margin-bottom: 0;
}

#vek-content-padding ul, #vek-content-padding ol {
    list-style: inherit;
    padding: 10px 0 22px 64px;
}



.clearer {
    clear: both;
}

.cols {
}

    .cols span {
        display: block;
        width: 48.2%;
        float: left;
    }
    
    .col1 {
        margin-right: 1.8%;
    }
    .col2 {
        margin-left: 1.8%;
    }



.highlight {
background-color: #d7d2cb;
padding: 32px 64px 10px 64px;
margin: 0 -64px 22px -64px;
}


.quote-indent {
    text-indent: -9px;
}






#app-content {
    padding-bottom: 128px;
    background-color: white;
    width: 1024px;
    margin: auto;
}
.brick-row {
    display: block;
    position: relative;
    float: left;
    background-color: black;
    /*padding: 64px;*/
    color: white;
    height: 256px;
    width: 256px;
    overflow: hidden;
}

.app-cont {
    overflow: hidden;
}



.brick-row h1 {
    font-weight: 300;
    margin-bottom: -32px;
}

.vek-app-icon {
        width: 128px;
        height: 128px;
        margin: 64px;
        display:block;
        position: absolute;
        background: url(leaf.tiff);
        background-size: 100%;
        overflow: hidden;
        -webkit-transition: width .10s, height .10s, margin .10s;

}

.vek-app-icon:hover {
    width: 200px;
    height: 200px;
    margin: 28px;
    -webkit-transition: width .15s, height .15s, margin .15s;
}

.leaf-app {
    background-color: #d73c2a;
}
    .leaf-app .vek-app-icon {
        background: url(leaf.tiff);
    }
.rssnot-app {
    background-color: #2d2a26;
}
    .rssnot-app .vek-app-icon {
        background: url(rssnot.png);
    }
.twins-mini-app {
    background-color: #68a643;
}
    .twins-mini-app .vek-app-icon {
        background: url(twins-mini.png);
    }
.twins-app {
    background-color: #01d1ca;
}
    .twins-app .vek-app-icon {
        background: url(twins.png);
    }
.wut-app {
    background-color: #c0b8b1;
}
    .wut-app .vek-app-icon {
        background: url(wut.png);
    }
.wul-app {
    background-color: #7da0c3;
}
    .wul-app .vek-app-icon {
        background: url(wul.png);
    }
.broom-app {
    background-color: lightgray;
}
    .broom-app .vek-app-icon {
        background: url(broom.png);
    }
.freememory-app {
    background-color: #68a643;
}
    .freememory-app .vek-app-icon {
        background: url(freemem.tiff);
    }
.freespacetab-app {
    background-color: #94377e;
}
    .freespacetab-app .vek-app-icon {
        background: url(freespacetab.tiff);
    }
.flare-fighter-app {
    background-color: #d83630;
}
    .flare-fighter-app .vek-app-icon {
        background: url(flare-fighter.png);
    }

.bg-white {
    background-color: white;
}

.vek-novertical-padding {
    padding-top: 0;
    padding-bottom: 0;
}

div.vek-applist .vek-padding {
    border-top: 1px solid rgba(0,0,0,.1);
}

div.vek-applist:nth-child(odd) {
    /*background-color: #f3f6fa;*/
}

div.vek-applist:nth-child(even) {
    /*background-color: white;*/
}
div.vek-icon-et-apps {
    display: block;
    position: relative;
    width: 256px;
    padding: 0 32px 0 0;
    float: left;
    z-index: 1;
	margin: 60px 0 60px 0;
}
div.vek-icon-et-apps.right {
    float: right;
    padding: 0 0 0 32px;
}

/*
div.vek-app-text {
    float: right;
}
*/
#uebermich .vek-app-text p {
	text-align: left;
}
#uebermich .vek-app-text h2 a {
	float: left;
	font-weight: 100;
	color: #fff;
	padding: 1px 18px;
	margin-right: 25px;
	background-color: #445B7C;
}
#uebermich .vek-app-text a:hover {
	background-color: #86964b;
	text-decoration: none;
}
span.vek-links {
    display: block;
    position: relative;
    margin: -30px 0 0px 0px;
    width: 100%;
    text-align: right;
}
span.vek-links a {
    background-color: red;
    padding: 8px 16px 6px 16px;
    color: black;
    text-decoration: none;
    font-size: 16px;
}
span.vek-links a.vek-more-info {
    background-color: transparent;
    color: #00A34A;
    border: 1px solid #00E367;
    padding: 11px 19px 9px 19px;
    border-radius: 4px;
}
    span.vek-links a.vek-more-info:hover {
        background-color: #00e367;
        color: black;
    }
span.vek-links a.vek-helper {
    background-color: #01d62e;
    margin-left: -9px;
    padding: 8px 14px 6px 16px;
}
/*
span.vek-links a.vek-more-info:hover {
    background-color: #00ccff;
}
*/
span.vek-links a.vek-helper:hover {
    background-color: #00ff00;
}

img.vek-press-https://vektorei.de/imgs {
    display: block;
    float: left;
    padding: 0;
    margin: 32px 0 0 32px;
}

#vek-page-content blockquote, #vek-page-content q {
    text-indent: -9px;
    padding: 10px 0 0px 0;
    margin-bottom: -10px;
    font-weight: bold;
}

#vek-page-content hr {
    display: block;
    position: relative;
    margin: 0 0 32px 0;
    padding: 0;
    border: 0;
    height: 1px;
    background-color: rgba(0,0,0,.1);
}
#vek-page-content a {
    /*letter-spacing: 1px;*/
    text-decoration: none;
}
#vek-page-content a:hover {
    text-decoration: underline;
}

#vek-page-content .vek-padding ul {
/*    padding: 16px 0;*/
    margin-left: 25px;
    list-style-type: square;
}
#vek-page-content .vek-padding ul li {
    padding: 6px 0;
}
#vek-page-content .vek-padding h1 {
	margin-left: -6px;
}

.vek-faq {
    display: block;
    position: relative;
    width: 100%;
/*    height: 384px;*/
    height: 464px;
    overflow: hidden;
    overflow-x: scroll;
/*    background-color: #f0f0f5;*/
    background-color: rgba(178,177,178,.85);
/*    border-top: 1px solid rgba(0,0,0,.3);
    border-bottom: 1px solid rgba(0,0,0,.3);*/
    scrollbar-face-color: #367CD2;
}
@media screen and (-webkit-min-device-pixel-ratio:0) 
{ 

}

    .vek-faq a {
        background-color: transparent;
        display: block;
        width: 100%;
        height: 100%;
    }
    #vek-page-content .vek-faq ul {
        display: block;
        position: absolute;
        width: 298px;
        top: 0;
        background-color: rgba(68,91,124,1);
        border-right: 1px solid rgba(148,147,148,1);
        min-height: 100%;
        margin: 0 !important;
    }
    #vek-page-content .vek-faq ul li {
        line-height: 36px;
        overflow: hidden;
        height: 36px;
        display: block;
        border-bottom: 1px solid rgba(148,147,148,1);
        margin-bottom:-1px;
        padding: 0 !important;
    }
        #vek-page-content .vek-faq ul li ul {
            display: none;
            position: absolute;
            width: 724px;
            left: 299px;
            background-color: rgba(0,0,0,.05);
            top: 0;
            height: 100%;
        }
        .vek-faq ul li:hover {
/*            background-color: rgba(0,0,0,.1);*/
        }
        .vek-faq ul li:last-child {
            border: 0;
        }
        .vek-faq ul li:hover > ul {
            /*display: block;*/
        }
        
                .vek-faq ul li ul li ul {
                    background-color: rgba(0,0,0,.1);
                    width: 896px;
                    left: 596px;
                    overflow: hidden;
                    border: 0;
                }
                .vek-faq ul li ul li ul li:hover > li {
                    background-color: white;

                }

#vek-page-content .vek-faq ul li a {
    letter-spacing: 0;
    color: rgba(255,255,255,.9);
    text-decoration: none;
    font-size: 22px;
/*    width: 266px;*/
    padding: 2px 16px;
    line-height: 32px;
}
#vek-page-content .vek-faq ul li ul li a {
	font-size: 18px;
	color: rgba(0,0,0,.90);
} 

#vek-page-content .vek-faq ul li p {
	padding-left: 16px;
	line-height: 6px;
	font-size: 18px;
	font-weight: 400;
}
#vek-page-content .vek-faq ul .fett {
	font-weight: 400;
}
#vek-page-content .vek-faq ul li a:hover {
    background-color: rgba(255,255,255,.1);
}
    #vek-page-content .vek-faq ul li ul li a {
        /*width: 565px;*/
    }
    #vek-page-content .vek-faq ul li ul li ul li a {
        width: 865px;
    }

#rssFaqNav {
	display: none;
	position: relative;
	height: 32px;
	margin: 16px 0 20px 0;
	padding: 0;
	height: 48px;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
    border-bottom: 1px solid rgba(0,0,0,.3);
    font-size: 22px;

}
    #rssFaqNav span {
        display: block;
        position: absolute;
        width: 2000px;
        top: 0;
        left: 0;
    }
    #rssFaqNav span div {
        display: block;
        position: relative;
        float: left;
        padding: 10px 8px 12px 8px;
    }
    #rssFaqNav span div:nth-child(1) {
        background-color: rgba(0,0,0,.025);
    }
    #rssFaqNav span div:nth-child(2) {
        background-color: rgba(0,0,0,.05);
    }
    #rssFaqNav span div:nth-child(3) {
        background-color: rgba(0,0,0,.1);
        width: 1500px;
    }

form.content-form {
/*    background-color: rgba(0,0,0,.3);*/
    width: 100%;
    position: relative;
    display: block;
}
/*
    form.content-form input, form.content-form textarea {
    }
*/
	form * {
		font-size: 20px;
		font-family: Helvetica;
	}
    form.content-form input {
        display: block;
        position: relative;
        width: 100%;
        padding: 20px 10px;
        margin: 0px 0;
        background-color: rgba(0,0,0,.025);
        border: 0;
        border-bottom: 1px solid rgba(0,0,0,.05);
    }
    form.content-form input[type=submit] {
		font-family: 'Roboto', sans-serif;
		font-weight: 300;
        background: transparent;
        width: auto;
        margin: 32px auto 32px auto;
        padding: 12px 24px;
        color: #574000;
        border: 1px solid #574000;
/*        background-image: url(https://vektorei.de/imgs/vek-submit-icon.png);
        background-size: 24px 24px;
        background-repeat: no-repeat;
        background-position: 46px 20px;
        padding-left: 30px;*/
        border-radius: 6px;
    }
    form.content-form input[type=submit]:hover {
        background-color: rgba(87,64,0,.1);

    }
    form.content-form textarea {
        display: block;
        position: relative;
        width: 100%;
        padding: 16px 10px 16px 10px;
        margin:0;
        line-height: 32px;
        height: 240px;
        border: 0px;
        background-color: transparent;
        border-bottom: 1px solid rgba(0,0,0,.05);
        resize: none;
    }
    form.content-form fieldset {
        display: block;
        position: relative;
        overflow: hidden;
    }
    form.content-form fieldset span {
        display: block;
        position: absolute !important;
        left: 1024px;
        /*left: 194px;*/
        top: 0;
        background-color: red;
        color: #edf0f4;
        border-bottom: 0px solid #85312D;
        width: 702px;
transition: left .2s;
-webkit-transition: left .2s; /* Safari */
    }
    form.content-form fieldset span p {
        padding: 16px 32px 15px 32px;

    }
::-webkit-input-placeholder { /* WebKit browsers */
    color:    rgba(0,0,0,.5);
    font-family: 'Roboto', sans-serif;
    font-weight: 300;

}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    rgba(0,0,0,.5);
        font-family: 'Roboto', sans-serif;

    font-weight: 300;

}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    rgba(0,0,0,.5);
            font-family: 'Roboto', sans-serif;

    font-weight: 300;

}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    rgba(0,0,0,.5);
            font-family: 'Roboto', sans-serif;

    font-weight: 300;

}

#rssFaqForm {
    display: block;
    border-top: 1px solid rgba(0,0,0,.3);
    text-align: right;
}

form.subscription-form {
    display: block;
    position: relative;
    width: 100%;
    background-color: rgba(0,0,0,.15);
    /*height: 64px;*/
    border: 1px solid rgba(0,0,0,.15);
    margin: 32px 0 30px 0;
}

form.subscription-form fieldset span {
    display: block;
    position: absolute;
    top: 100%;
    margin-top: 1px;
    background-color: #d0d2b9;
    width: 192px;
    height: 64px;
    left: -320px;
    z-index: 1000000 !important;
    border-radius: 32px;
}

form.subscription-form fieldset span.subscribeform {
    display: block;
    opacity: 0;
    transition: opacity .2s, left .2s, zoom .2s;
    -webkit-transition: opacity .2s, left .2s, zoom .2s;
}

form.subscription-form fieldset div.subsArrow {
    display: block;
    opacity: 0;
    position: absolute;
    background-color: #d0d2b9;
    /*background: black;*/
    width: 50px;
    height: 50px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari and Chrome */
    top: -13px;
    left: 135px;
    transition: opacity .2s, left .2s, zoom .2s;
    -webkit-transition: opacity .2s, left .2s, zoom .2s;
}

form.subscription-form input {
    display: block;
    position: relative;
    width:75%;
    float: left;
    line-height: 32px;
    padding: 16px 0;
    border: 0;
    margin: 0;
    text-align: center;
    box-shadow: inset 0 0 5px 0 rgba(0,0,0,.06);
    background-color: #efebe6;
}
form.subscription-form input:focus {
    box-shadow: 0 0 2px 0 rgba(0,0,255,.5), rgba(0,0,255,.2) 0 0 2px 0 inset;
    z-index: 10000;
}
form.subscription-form input[type=submit] {
    display: block;
    position: relative;
    width: 25%;
    border-left: 1px solid rgba(0,0,0,.15);
    background-color: #c0c0c0;
    text-shadow: 0px 1px 0px rgba( 255, 255, 255, .15 );
    box-shadow: inset 0 0 5px 0 rgba(255,255,255,.31);
}
form.subscription-form input[type=submit]:hover {
    background-color: rgba(255,255,255,.05);
}
form.subscription-form input[type=submit]:active {
    background-color: rgba(0,0,0,.3);
}

#rssNewAnim {
    opacity: 0;
    margin-left: 15%;
    transition: opacity 1s, margin-left .3s;
    -webkit-transition: opacity 1s, margin-left .3s;
    -webkit-transform-style: preserve-3d;
    -webkit-perspective: 2500;
}

.vek-press-imgs {
    padding: 16px 40px;
    opacity: 1;
}

p.rssWarningMessage, p.rssInfoMessage {
    color: #ff2a19;
    padding: 12px 6px;
    border-radius: 16px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    border: 2px solid #ff2a19;
    margin: 0 32px;
    font-weight: normal;
    -webkit-font-smoothing: subpixel-antialiased;
}

p.rssInfoMessage {
    color: #007aff;
    border-color: #007aff;
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
    border-radius: 0;
    text-align: left;
    margin: 0 0 0 12px;
    padding-left: 12px;
}

.infoGreen {
    color: #78d56d !important;
    border-color: #78d56d !important;
}

.infoGreen a {
    color: #469e3b;
}

li.rssFaqTextBold {
    font-weight: bold;
}


@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
    /* Retina-specific stuff here */
    form.content-form input[type=submit] {
       /* background-image: url(https://vektorei.de/imgs/vek-submit-icon@2x.png);*/
    }


#vek-logo {
    background: url(https://vektorei.de/imgs/vektorei-logo@2x.png);
    background-size: 129px 29px;
}

#vek-bricks-area-controlls {
    background: url(https://vektorei.de/imgs/arrow-down@2x.png);
    background-size: 64px 64px;
}
#vek-bricks-area-controlls:hover {
    background: url(https://vektorei.de/imgs/arrow-down-hover@2x.png);
    background-size: 64px 64px;
}
#vek-menubar ul, #floatingRssMenu ul {
    background: url(https://vektorei.de/imgs/vektorei-emblem@2x.png) no-repeat right center;
    background-size: 56px 56px;
}


}

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

iframe.beispiele {
	height: 5935px;
	width: 100%;
}
.beige {
	background-color: rgba(220, 153, 22, 0.18);
	-webkit-box-shadow: 1px 1px 6px 0 rgba(0,0,0,0.25);
	box-shadow: 1px 1px 6px 0 rgba(0,0,0,0.25);
}
.green {
	background-color: rgba(183, 193, 145, 0.35);
	-webkit-box-shadow: 1px 1px 6px 0 rgba(0,0,0,0.25);
	box-shadow: 1px 1px 6px 0 rgba(0,0,0,0.25);
}
center.copyright p {
	position: relative;
	font-size: 70%;
	color: gray;
	background-color: #e8e8e8;
}
center.copyright {
	margin-top: 198px;
}
center.copyright p a {
	font-weight: 400;
	text-decoration: none;
}
center.copyright p a:hover {
	text-decoration: underline !important;
}
center.copyright p span,
center.copyright p a span,
center.copyright p a:hover span {
	text-decoration: none !important;
	font-family: sans-serif !important;
}
.alex-toon {
	background-size: 256px 256px;
	background-image: url(https://vektorei.de/imgs/alex-645.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	transition: background-image 0.55s ease-in-out;
	width: 256px;
	height: 256px;
	cursor: no-drop;
	font-size: 28px;
}
.alex-toon p {
	left: 0px;
	position: relative;
	color: #445B7C;
	width: 24px;
	line-height: 23px;
	height: 24px;
	text-align: center;
	margin: 0;
	padding: 0;
}
.alex-toon:hover {
	background-image: url(https://vektorei.de/imgs/alex-toon-645.png);
}
.alex-toon i.fa {
	margin: 5px;
}
#vek-aload-container a span.nachunten,
#vek-aload-container p span.nachunten {
	border: 1px solid silver;
	border-radius: 50%;
	font-weight: 400;
	width: 20px;
	line-height: 18px;
	height: 18px;
	background-color: #d6d5d5;
	color: white;
	display: inline-block !important;
	text-align: center;
	padding-bottom: 2px;
	bottom: 2px;
	font-family: sans-serif;
}
#vek-aload-container h2 a span.nachunten {
	font-size: 70%;
}
#vek-aload-container a span.nachunten:hover {
	border: 1px solid #445B7C;
	background-color: #445B7C;
}
a.marker, a.marker:visited {
	background-color: #4C5A7C !important;
	color: #fff !important;
	padding: 0.2em 0.3em !important;
	text-decoration: none !important;
	opacity: 1;
}
a.marker:hover {
	background-color: #93a8ac !important;
}
/*

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 480px) {
    html {
        width: 100%px;
    }

    body {
        min-width: 480px;
        max-width: 980px;
        width: 100%px;
    }
    
    .vek-padding {
        width: 100%;
    }
    
    #vek-menubar ul li {
        display: block;
        width: 100%;
        font-size: 12px;
    }
    
    #vek-site-brick {
        height: 1024px;
    }
}

@media only screen and (max-width: 980px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2)
{
    body {
        max-width: 480px;
        background-color: black;
    }
}
*/