/*
         wisimi.de CSS
         Gestaltung: Hear My Name UG Internetagentur
         ==================================================
         Grundfarben: #6aa207 (Grün), #416304 (Rot Grün), #3c3c3c (Grau)
*/

/* Links */
a:link, a:visited {
         font-family: 'Open Sans';
         font-size: 1.0em;
         color: #6aa207;
         font-weight: normal;
         text-decoration:underline;
         transition: all 0.3s ease-in-out;
}

a:hover {
         font-weight: normal;
         color: #000000;
         text-decoration:none;
}

a.button:link, a.button:visited {
         display: inline-block;
         padding: 3px 12px;
         margin: 2px 0px;
         background: #6aa207;

         text-align: center;
         font-size: 1.0em;
         font-weight: 600;
         text-shadow: rgba(0,0,0,0.1) 1px 1px 1px;
         color: #FFFFFF;
         text-decoration:none;
         text-transform: uppercase;

         -webkit-border-radius: 30px;
         -moz-border-radius: 30px;
         border-radius: 30px;
}

a.button:hover {
         color: #FFFFFF;
         background: #416304;
         text-decoration:none;
}


/* Überschriften */
h1 {
         font-family: 'Open Sans';
         font-size: 2.2em;
         font-weight: bold;
         text-align:center;
         color:#000000;
         margin: 0px 0px 5px 0px;
         padding: 0px 0px 0px 0px;
         vertical-align:top;
}

h2 {
         font-family: 'Open Sans';
         font-size: 1.6em;
         font-weight: 600;
         text-align:center;
         color:#6aa207;
         margin: 0px 0px 5px 0px;
         padding: 0px 0px 0px 0px;
         vertical-align:top;
         text-decoration:none;
}

h3 {
         font-family: 'Open Sans';
         font-size: 1.4em;
         font-weight: normal;
         text-align:left;
         color:#6aa207;
         margin: 0px 0px 5px 0px;
         padding: 0px 0px 0px 0px;
         vertical-align:top;
}

h4 {
         font-family: 'Open Sans';
         font-size: 1.2em;
         font-weight: bold;
         text-align:left;
         color:#6aa207;
         margin: 0px 0px 5px 0px;
         padding: 0px 0px 0px 0px;
         vertical-align:top;
}

h5 {
         font-family: 'Open Sans';
         font-size: 1.1em;
         font-weight: normal;
         text-align:left;
         color:#7F7F7F;

         margin: 5px 0px 5px 0px;
         padding: 5px 10px 5px 10px;

         vertical-align:top;
         background: #F6F6F6;

         -webkit-border-radius: 50px;
         -moz-border-radius: 50px;
         border-radius: 50px;
}


/* Standarts */
body {
         background:#FFFFFF;
         width: 100%;
         height: 100%;
         margin: 0;
         padding: 0;
}

body, td, div {
         font-family: 'Open Sans';
         font-size: 1.0em;
         color: #1c375d;
         vertical-align:top;
         text-align:left;
}

.l       { float:left; }
.r       { float:right; }
.a_l     { text-align: left; }
.a_c     { text-align: center; }
.a_r     { text-align: right; }

img      { border: 0px; }
.clear   { clear:both; line-height:0.0em; height: 0px; display: block; background-color: #FFDF00; }
.pad     { padding: 10px; }
.pad_top { padding: 20px 0px; }

.white   { color: #FFFFFF; }
.black   { color: #000000; }

.small   { font-size: 0.8em !important; }
.big     { font-size: 1.2em !important; }
.bigger     { font-size: 1.4em !important; }

.block   { display:block; }
.inline-block   { display:inline-block; }
.inline   { display:inline; }

.w50     { width: calc(100% / 2); }
.w33     { width: calc(100% / 3); }
.w25     { width: calc(100% / 4); }
.w50.pad { width: calc((100% / 2) - 20px); }
.w33.pad     { width: calc((100% / 3) - 20px); }
.w25.pad     { width: calc((100% / 4) - 20px); }

.bg1     { background-color: #6aa207; }
.bg2     { background-color: #416304; }
.bg3     { background-color: #eaeaea; }
.bg4     { background-color: #3c3c3c; }

hr       { display: block; width: 100%; margin: 10px 0px; border: 0px; border-top: 4px #FFFFFF dotted; height: 0px;}
hr.dark       { display: block; width: 100%; margin: 10px 0px; border: 0px; border-top: 4px #000000 dotted; height: 0px;}

.dot     {
         background: transparent url(../images/dot.png) top left no-repeat;
         background-size: 64px;
         padding: 0px 10px 0px 80px;
}


/* Seite */
#wrapper {
         width: 100%;
         margin: 0px;
         padding: 0px;
}

#wrapper.content #header { height: 300px; }
#wrapper.content #site { padding: 30px 0px 0px 0px; }

.in {
         width: calc(100% - 40px);
         max-width: 980px;
         margin: 0px auto;
         padding: 0px 20px;
}

#header {
         background-color: #6fa908;
         background-color: -moz-linear-gradient(left,  #6aa207 0%, #416304 100%);
         background-color: -webkit-linear-gradient(left,  #6aa207 0%,#416304 100%);
         background-color: linear-gradient(to right,  #6aa207 0%,#416304 100%);
         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6aa207', endColorstr='#416304',GradientType=1 );
         clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 100px));

         background-image: url(../images/polygon.png);
         background-position: top center;
         background-repeat: no-repeat;

         display: block;
         width: 100%;
         height: 600px;
}


#header .menu {
         text-align: center;
         margin: 0px;
         padding: 0px;
}

#header .menu a {
         font-size: 0.7em;
         font-weight: normal;
         text-shadow: rgba(0,0,0,0.0) 1px 1px 1px;
         color: rgba(255,255,255,0.6);
         padding: 2px 8px;
         margin: 0px 2px 5px 2px;
         text-decoration:none;
}
#header .menu a:hover { color: rgba(255,255,255,0.8); }
#header .menu a:first-child { float:left; }
#header .menu a:last-child { float:right; }

#header .menu a.button:link, #header .menu a.button:visited {
         font-weight: normal;
         text-shadow: rgba(0,0,0,0.0) 1px 1px 1px;
         color: #6aa207;
         padding: 8px 12px;
         margin: 0px 2px 5px 2px;
         background: #FFFFFF;
         text-decoration:none;
         text-transform: none;

         -webkit-border-radius: 3px;
         -webkit-border-top-left-radius: 0px;
         -webkit-border-top-right-radius: 0px;
         -moz-border-radius: 3px;
         -moz-border-radius-topleft: 0px;
         -moz-border-radius-topright: 0px;
         border-radius: 3px;
         border-top-left-radius: 0px;
         border-top-right-radius: 0px;
}

#header .menu a.button:hover {
         color: #FFFFFF;
         background: #416304;
         text-decoration:none;
}

.logo {
         display: block;
         width: 100%;
         height: auto;
         margin: 20px 0px 10px 0px;
         text-align: center;
}

#hero {
         position: absolute;
         z-index: 10;
         display: block;
         width: 100%;
         height: auto;
         margin-top: -380px;
         text-align: center;
}
#hero img {
         width: 100%;
         max-width: 962px;
         height: auto;
         margin: 0px auto;
}


/* Seite */
#site {
         padding: 150px 0px 0px 0px;
         margin: 0px;
         min-height: 50px;
         color: #FFFFFF;
         vertical-align: top;
}

#apps {
         background-color: #eaeaea;
         clip-path: polygon(0 100px, 100% 0, 100% 100%, 0 100%);

         background-image: url(../images/phone.png);
         background-position: center center;
         background-repeat: no-repeat;

         display: block;
         width: 100%;
         min-height: 500px;
         padding: 100px 0px 20px 0px;

}

#apps .in { height: 500px; overflow: hidden; width: calc(80% - 40px); }

#apps .item {
         display: block;
         float: left;
         width: calc(50% - 65px);

         font-weight: normal;
         text-shadow: rgba(0,0,0,0.0) 1px 1px 1px;
         color: rgba(0,0,0,0.7);
         font-size: 0.8em;

         padding: 0px 0px 0px 0px;
         margin: 0px 0px 20px 0px;
}
#apps .item span { display: block; padding: 10px 0px 0px 70px; }

#apps .item b {
         position: relative;
         display: inline-block;
         background-color: #FFFFFF;
         padding: 5px 8px;
         margin: 0px 0px 10px 0px;

         font-size: 1.2em;
         color: #000000;

         -webkit-border-radius: 5px;
         -moz-border-radius: 5px;
         border-radius: 5px;

         -webkit-box-shadow: 0px 10px 10px -10px rgba(0,0,0,0.5);
         -moz-box-shadow: 0px 10px 10px -10px rgba(0,0,0,0.5);
         box-shadow: 0px 10px 10px -10px rgba(0,0,0,0.5);
}

#apps .item b:after {
        top: 100%;
        left: 20px;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-top-color: #FFFFFF;
        border-width: 10px;
        margin-left: -10px;
}

#apps .item:nth-child(odd) { float: left; text-align: right; }
#apps .item:nth-child(even) { float: right; }
#apps .item:nth-child(odd) b:after { left: auto; right: 10px; }
#apps .item:nth-child(odd) span { display: block; padding: 10px 70px 0px 0px; text-align: right; }


/* Unterseiten */
.vorteile { padding-top: 50px; }
.vorteile .item {
        float:left;
        width: calc(33.33333% - 20px);
         margin: 10px 0px;
         border: 0px #000000 solid;
         font-size: 0.8em;

}
.vorteile .item:nth-child(2) { margin: 10px 30px; }

.vorteile .item b {
        display: block;
         font-size: 1.4em;
         padding: 20px 0px;
         text-align: center;
}


.vorteile .item img {
        width: 100px;
         height: inherit;
         margin-left: calc(50% - 50px);
}

#apps_list {
         margin: 10px;
         font-size: 1.2em;
         text-align: center;
}

#apps_list a {
         display: inline-block;
         -webkit-border-radius: 30px;
         -moz-border-radius: 30px;
         border-radius: 30px;

         background: rgba(0,0,0,0.05);
         border: 2px rgba(0,0,0,0.1) solid;
         padding: 3px 15px 3px 3px;
         margin: 0px 5px 5px 0px;

         color: rgba(0,0,0,0.4);
         text-shadow: #FFFFFF 1px 1px 0px;
         line-height: 30px;
         text-decoration: none;
         font-weight: bold;
}
#apps_list a:hover { background: rgba(0,0,0,1.0); color: #FFFFFF; text-shadow: #000000 1px 1px 0px; }

#apps_list a span {
         display: inline-block;
         width: 32px;
         margin-right: 10px;

         -webkit-border-radius: 30px;
         -moz-border-radius: 30px;
         border-radius: 30px;

         background: rgba(0,0,0,0.2);

         font-weight: normal;
         text-align: center;
         color: #FFFFFF;
}

/* app_item_list */
#app_item_list {
         background: #6aa207; /* #416304 */
}
#app_item_list .app_item:nth-child(odd) { background: rgba(0,0,0,0.0) !important; }
#app_item_list .app_item:nth-child(even) { background: rgba(0,0,0,0.10) !important; }


.app_item { vertical-align: top !important; padding: 20px 0px; }
.app_item .logo {
         float: left;
         width: 150px;
         vertical-align: top;
         padding: 2px 0px 0px 0px;
         margin: 0px;

}
.app_item .logo img {
         width: 90%;
         height: auto;
         -webkit-border-radius: 15px;
         -moz-border-radius: 15px;
         border-radius: 15px;
         -webkit-box-shadow: 0px 20px 10px -15px rgba(0,0,0,0.5);
         -moz-box-shadow: 0px 20px 10px -15px rgba(0,0,0,0.5);
         box-shadow: 0px 20px 10px -15px rgba(0,0,0,0.5);
}

.app_item .info {
         float: right;
         width: calc(100% - 170px);
         text-shadow: rgba(0,0,0,0.2) 1px 1px 1px;
}

.app_item .info h5 { display: inline-block; }

.app_item .info .btn { display: block; width: 100%; margin-top: 20px; text-align: right; height: 46px; }
.app_item .info .btn a {
         display: inline-block;
         float: right;
         background: rgba(0,0,0,1.0);
         color: #FFFFFF;
         height: 30px;
         line-height: 30px;
         margin: 5px 10px 5px 0px;
         padding: 3px 15px 3px 15px;

         -webkit-border-radius: 30px;
         -moz-border-radius: 30px;
         border-radius: 30px;

         text-decoration: none;
}

.app_item .info .btn a img { height: 30px; width: auto; margin: 0px; padding: 0px; }
.app_item .info .btn a:hover { opacity: 0.5; }
.app_item .info .btn a.more { background: #000000 url(../images/external.png) right center no-repeat; background-size: 24px auto; padding-right: 30px; }


/* Footer */
#footer {
         background:#595959;
         width: 100%;
         padding: 20px 0px 80px 0px;
         margin: 0px 0px;
}

#footer .logo { float: left; width: 220px; }
#footer .logo img { max-width: 220px; width: 100%; height: auto; }

#footer .info { float: right; width: calc(100% - 220px); }

#footer .item {
         float: left;
         width: calc(50% - 40px);
         margin: 10px 10px;
         padding: 10px;
}

#footer .item .l, #footer .item .r, #footer .item div[class^="a_"] {
         text-align: left;
         vertical-align: top;
         font-size: 0.8em;
         font-weight: normal;
         color: rgba(255,255,255,0.5);
}
#footer .item .r { width: calc(100% - 130px); color: rgba(255,255,255,0.9); }
#footer .item .l { width: 130px;  }
#footer .item .l, #footer .item .r, #footer .item div[class^="a_"] { color: rgba(255,255,255,0.9); }

#footer .item b {
         display: inline-block;
         padding: 2px 4px;
         background: #6aa207;
         font-size: 0.9em;
         font-weight: normal;
         color: rgba(255,255,255,0.5);
}

#footer span { color: #595959; }

#footer a, #footer a:link, #footer a:visited { color: #FFFFFF; font-size: 1.0em; }
#footer a:hover { font-weight: normal; color: #6aa207; }

/* Impressum */
#imprint .item {
         float: left;
         width: calc(50% - 40px);
         margin: 10px 10px;
         padding: 10px;
}

#imprint .item .l, #imprint .item .r, #imprint .item div[class^="a_"] {
         text-align: left;
         vertical-align: top;
         font-size: 1.0em;
         font-weight: normal;
         color: rgba(0,0,0,0.6);
         margin-bottom: 10px;
}
#imprint .item .r { width: calc(100% - 150px); color: rgba(0,0,0,0.9); }
#imprint .item .l { width: 150px;  }
#imprint .item .l, #imprint .item .r, #imprint .item div[class^="a_"] { color: rgba(0,0,0,0.9); }

#imprint .item b {
         display: inline-block;
         padding: 2px 4px;
         background: #6aa207;
         font-size: 1.1em;
         font-weight: normal;
         color: rgba(255,255,255,1.0);
         margin-bottom: 10px;
}

#imprint span { color: rgba(0,0,0,0.5); display: block; font-style: italic; font-size: 0.9em; }

#imprint a, #imprint a:link, #imprint a:visited { color: #6aa207; font-size: 1.0em; }
#imprint a:hover { font-weight: normal; color: #000000; }


/* Content Boxen */
.box {
         display: block;
         margin: 10px 0px 10px 0px;
         padding: 10px 10px 10px 10px;
         background: #FFFFFF;

         -webkit-border-radius: 3px;
         -moz-border-radius: 3px;
         border-radius: 3px;

         -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.10);
         -moz-box-shadow:    0px 0px 3px 0px rgba(0, 0, 0, 0.10);
         box-shadow:         0px 0px 3px 0px rgba(0, 0, 0, 0.10);
}

/* Tabellen */
td:nth-child(odd) { background: #EFEFEF; color: #3F3F3F; padding: 3px 10px; border-bottom: 1px #DFDFDF solid; border-top: 1px #FFFFFF solid; }
td:nth-child(even) { background: #DFDFDF; color: #3F3F3F; padding: 3px 10px; border-bottom: 1px #DFDFDF solid; border-top: 1px #FFFFFF solid; }
td.head { background: #8EC013; color: #FFFFFF; padding: 5px 10px; font-weight: bold; font-size: 1.1em; }
td.head2 { background: #3c3c3c; color: #FFFFFF; padding: 5px 10px; font-weight: bold; font-size: 1.0em; }

table.no td:nth-child(odd) { background: #ffffff; color: #3F3F3F; padding: 3px 10px; border-bottom: 0px #DFDFDF solid; border-top: 0px #FFFFFF solid; }
table.no td:nth-child(even) { background: #ffffff; color: #3F3F3F; padding: 3px 10px; border-bottom: 0px #DFDFDF solid; border-top: 0px #FFFFFF solid; }


/* Sonstiges */
#w {
         display: none;
         z-index: 100;
         left: 0;
         top: 50px;
         padding: 5px 10px;

         color: #FFFFFF;
         position: fixed;
         background: #000000;
}


/* Layer-Box */
#layerbox {
         display: none;
         z-index: 100;
         left: 10%;
         top: 10%;

         position: fixed;
         background: #FFFFFF;
         width: calc(80% - 10px);
         min-height: 50px;
         -webkit-box-shadow: 0px 0px 50px 0px rgba(50, 50, 50, 0.75);
         -moz-box-shadow:    0px 0px 50px 0px rgba(50, 50, 50, 0.75);
         box-shadow:         0px 0px 50px 0px rgba(50, 50, 50, 0.75);
         border: 5px #eaeaea solid;
}
#layerbox .pad { padding: 20px 20px 20px 20px; color: #000000; }

#layerbox .close_button {
         z-index: 110;
         position: absolute;
         top: -20px;
         right: 20px;
         cursor: pointer;
         background: #eaeaea;
         padding: 4px 10px;
}

/* Schatten */
#shadow {
         display: none;
         position: fixed;
         top: 0;
         left: 0;
         bottom: 0;
         right: 0;
         z-index: 50;
         background-color: rgba(0, 0, 0, 0.55);
         width: 100%;
         height: 100%;
         cursor: pointer;
}


/* Formulare */
input, textarea, select {
         border: 1px rgba(0,0,0,0.3) solid;
         background-color: rgba(0,0,0,0.05);

         padding: 3px 6px;
         margin: 2px;

         font-family: 'Open Sans';
         font-size: 0.9em;
         color: #000000;

         vertical-align: top;
         -webkit-box-shadow: inset 2px 2px 4px 0px rgba(0, 0, 0, 0.15);
         -moz-box-shadow:    inset 2px 2px 4px 0px rgba(0, 0, 0, 0.15);
         box-shadow:         inset 2px 2px 4px 0px rgba(0, 0, 0, 0.15);

         -webkit-border-radius: 3px;
         -moz-border-radius: 3px;
         border-radius: 3px;
}

input[type="submit"] {
         text-shadow: rgba(0,0,0,0.3) 1px 1px 1px;
         color: #FFFFFF;

         background: #45484d;
         background: -moz-linear-gradient(top,  #45484d 0%, #000000 100%);
         background: -webkit-linear-gradient(top,  #45484d 0%,#000000 100%);
         background: linear-gradient(to bottom,  #45484d 0%,#000000 100%);
         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 );

         cursor: pointer;
         -webkit-box-shadow: inset 2px 2px 4px 0px rgba(0, 0, 0, 0.0);
         -moz-box-shadow:    inset 2px 2px 4px 0px rgba(0, 0, 0, 0.0);
         box-shadow:         inset 2px 2px 4px 0px rgba(0, 0, 0, 0.0);
}

input[type="submit"]:hover {
        background: #416304; /* Old browsers */
        background: -moz-linear-gradient(top,  #416304 0%, #6aa207 100%);
        background: -webkit-linear-gradient(top,  #416304 0%,#6aa207 100%);
        background: linear-gradient(to bottom,  #416304 0%,#6aa207 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#416304', endColorstr='#6aa207',GradientType=0 );

}