﻿.container {
    margin: auto;
    max-width: 1200px;
}

.img_b20 {
    margin-bottom:20px;
}

.background1 {
    background-color: #242d3f; /* dunkelblau */
}

.background2 {
    background-color: #f3f3f5; /* hellgrau */
	border-top: 1px solid #ededef;
}

.background3 {
    background-color: #5aa54f; /* grün */
}

.background4 {
    background-color: #cb9b39; /* orange */
}

.background5 {
    background-color: #e4e4e8; /* grau  */
}

.background6 {
    background-color: #dee1e4; /* hellblau  */
}

.background7 {
    background-color: #979a9f; /* rotbraun  */
}

.background8 {
    background-color: #fff; /* rotbraun  */	
}

.background3 {
    background-image: url("../_images/site/_background/pattern_dark.png");
    background-repeat: repeat;
}

.background_leather {
background:
    radial-gradient(#393838 15%, transparent 16%) 0 0,
    radial-gradient(#393838 15%, transparent 16%) 8px 8px,
    radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 0 1px,
    radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px;
    background-color:#4e4e4e;
    background-size:16px 16px;
}

.background_leather_red {
background:
    radial-gradient(black 15%, transparent 16%) 0 0,
    radial-gradient(black 15%, transparent 16%) 8px 8px,
    radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 0 1px,
    radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px;
    background-color:#5e3a2d;
    background-size:16px 16px;
}

.background_stripes {
	background-color: #684416;
	background-image: repeating-linear-gradient(315deg, transparent, transparent 5px, rgba(255,255,255,.1) 5px, rgba(255,255,255,.1) 10px);
}

.backgroundimg1 {
    background-color: #241700;
    background-image: url(../_images/site/_background/bg1.jpg);
    background-position: center;
    background-repeat: no-repeat;
	border-bottom: 20px solid #a9a9a9;
}


/*.backgroundimg1 {
    background-color: #000d24;
    background-image: url(../_images/site/_background/pattern_blue.jpg);
    background-position: center;
    background-repeat: no-repeat;
}*/

.screenshot1 {
    background-image: url(../_images/site/_background/screen1.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-position-x: 700px;
}


.border1 {
    border: 5px solid #6599cd;
}

.border1 {
    border: 3px solid #6e6e6e;
}

.border2 {
    border: 1px solid #9e9e9e;
}

.border_top {
	border-top: 1px solid #e0e0e0;
}

.imagelist {margin-top:20px}
.imagelist img {margin:0px; margin-right:7px; margin-top:0px; padding-top:5px; }
.imagelist p {margin:0px; padding:0px; }

.c_left {
    width: 48%;
    float: left;
}

.c_right {
    width: 48%;
    float: right;
}

.c_left40 {
    width: 38%;
    float: left;
}

.c_right60 {
    width: 58%;
    float: right;
}

.c_left30 {
    width: 28%;
    float: left;
}

.c_right70 {
    width: 68%;
    float: right;
}

.c_left50 {
    width: 48%;
    float: left;
}

.c_right50 {
    width: 48%;
    float: right;
}

.c_left70 {
    width: 68%;
    float: left;
}

.c_right30 {
    width: 28%;
    float: right;
}

.table-cmd h2 {font-weight:bold; font-size:15px; border-bottom:1px dashed #cecece; margin:30px 10px 10px 0px;}
	
.table-cmd table {border:0px; width: 90%; border-spacing:3px}
.table-cmd .col1 {width:30%}
.table-cmd .col2 {width:70%}
.table-cmd td {background-color:#ebebeb; padding:2px}
.table-cmd th {text-align:left}

.darkbg {
    color: white;
	text-shadow: 1px 1px 2px #555;
}

    .darkbg ul {
        font-size: 1.2em;
        font-weight: 100;
    }

	.darkbg h2, .darkbg h4 {
		color: #e6e6e6;
	}

	.darkbg h4 {
		text-shadow: 1px 1px 2px #222;
	}

	.darkbg h2 {
		text-shadow: 1px 1px 2px #333;
	}


.card_img {
    margin-left: 30px;
    vertical-align: middle;
    width: 100%; 
    max-width: 335px;
}

#pagewrap {
    width: 100%;
    background-color: white;
}

ul.checklist {
    list-style-image: url(_images/check.png);
}

.pagerow {
    width: 100%;
}

    .pagerow.last {
        padding-bottom: 30px;
    }

/* =Buttons
-----------------------------------------------------------------------------------------------*/

.button,
input[type="button"],
input[type="submit"] {
    padding: 5px 14px 7px 14px;
    display: inline-block;
    border: 0px;
    font-weight: 500;
    outline: none;
    cursor: pointer;
    width: auto;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    border-radius: 2px;
    box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.2);
    letter-spacing: -0.2px;
}

input[type="button"],
input[type="submit"] {
    float: left;
}

.button i {
    margin: 0 2px 0 -1px;
    height: 14px;
}

    .button i.halflings {
        margin: 2px 0px 0 -1px;
    }

.button.medium {
    padding: 9px 18px;
    font-size: 1.1em;
}

.button.large {
    padding: 9px 18px;
    font-size: 1.33em;
}

.button.green {
    color: #fff;
    background: rgb(0, 138, 0);
    box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.4);
}

    .button.green:hover {
        background: rgb(0, 118, 0);
        box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.2);
    }

.button.green {
    color: #fff;
    background: rgb(0, 138, 0);
    box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.4);
}

    .button.green:hover {
        background: rgb(0, 118, 0);
        box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.2);
    }

.button.blue {
    color: #fff;
    background: #1790cd;
    box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.15);
}

    .button.blue:hover {
        background: #1379ac;
        box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.15);
    }

/* Input Button */
input[type="button"],
input[type="submit"],
input[type="button"]:focus,
input[type="submit"]:focus {
    color: #fff;
    background: #169fe6;
    padding: 9px 11px;
    border: none !important;
}

    ininput[type="button"]:hover,
    input[type="submit"]:hover {
        background: #aaa;
    }

/* = HEADER -----------------------------------------------------------------------------------------------*/
#header {
    position: fixed;
    background-color: #1f2022;
	border-bottom: 2px solid #c8c8c8;
}

    #header #company {
		float: left;
		color: #aaaaae;
		font-weight: 600;
        margin-left: 20px;
    }

    #header #company a{
		color: #aaaaae;
    }

	#header #company a:hover{
		color: #bfbfc4;
    }

	#header #company img{
		padding-top: 7px;
	}

	#header #company span {
		color: #a5a5aa;
		font-weight: normal;
		padding-bottom: 3px;
		display: block;
		font-size: 0.7em;
	}

	#header #company span:hover{
		color: #b1b1b6;
    }

    #header #menu, #header #lang {
        margin: 0;
        padding: 0;
        float: right;
    }

        #header #menu ul, #header #menu li, #header #lang ul, #header #lang li {
            margin: 0;
            padding: 0;
            display: inline;
            list-style-type: none;
            background-color: #26272B;
        }

        #header #menu a:link, #header #menu a:visited, #header #lang a:link, #header #lang a:visited {
            display: block;
            float: left;
            margin: 0;
            padding: 15px 13px 15px 13px;
            text-decoration: none;
            color: #F3F3F5;
            text-transform: uppercase;
        }

        #header #lang a:link, #header #lang a:visited {
            padding: 15px 3px 15px 3px;
        }

        #header #menu li.current > a, #header #lang li.current > a {
            color: #AFD284;
        }

        #header #menu a:hover, #header #lang a:hover {
            color: #d8e9c2;
            background-color: #42444b;
        }

        #header #lang b {
            display: block;
            float: left;
            margin: 0;
            padding: 15px 0px 15px 0px;
            text-decoration: none;
            color: #F3F3F5;
            text-transform: uppercase;
        }

#navigation {
    background-color: #d6dadc;
}

    #navigation #current {
        float: left;
        padding: 12px 25px 12px 25px;
        font-weight: 600;
        font-size: 1.2em;
    }

    #navigation #submenu {
        margin: 0;
        padding: 0;
        float: right;
    }

        #navigation #submenu ul, #navigation #submenu li {
            margin: 0;
            padding: 0;
            display: inline;
            list-style-type: none;
        }

        #navigation #submenu a:link, #navigation #submenu a:visited {
            display: block;
            float: left;
            margin: 0;
            padding: 15px 15px 10px 15px;
            text-decoration: none;
            color: #4f4f4f;
            border-bottom: 5px solid #d6dadc;
        }

        #navigation #submenu li.current a {
            /*color: #AFD284;*/
            border-bottom: 5px solid #555557;
            background-color: #c4d1d6;
            background-color: rgb(114, 114, 119);
            color: white;
        }

        #navigation #submenu a:hover {
            color: #383838;
            background-color: #c9cdcf;
            border-bottom: 5px solid #bbbdbe;
        }

/* = FEATURED -----------------------------------------------------------------------------------------------*/
#featured {
    padding: 20px;
    padding-top: 70px;
    /*background-image:url(../_images/site/_background/abstract1.jpg);*/
    background-repeat: no-repeat;
}

    #featured h1 {
        color: white;
        font-size: 2em;
        font-weight: bold;
        margin-bottom: 15px;
    }

    #featured p {
        color: white;
        font-size: 1.33em;
        width: 50%;
    }

/* = FOOTER -----------------------------------------------------------------------------------------------*/
#footer {
    border-top:20px solid #1d1d20;
    background-color: #2c2d32;
    vertical-align: bottom;
}

    #footer a:hover {
        color: #3fa2e2;
    }

    #footer a {
        color: #ffffff;
    }

    #footer h6, #footer p {
        color: #959698;
    }

    #footer .col {
        float: left;
    }

    #footer .col1 {
        width: 20%;
    }

    #footer .col2 {
        width: 30%;
    }

    #footer ul {
        list-style: none;
        list-style-position: inside;
        margin-left: 0px;
    }

    #footer #copyright {
        width: 100%;
    }

#copyright span {
	color: #959698;
}

.content {
    padding: 30px 30px;
    width: 100%;
}

.content-xs {
    padding: 40px 30px 0px 30px;
    width: 100%;
}

    .content ul {
        margin: 10px 10px 40px 35px;
    }

.mincontentheight {
    min-height: 400px;
}

.highlight .col {
    float: left;
}

.highlight .with3cols {
    width: 33%;
    float: left;
}

    .highlight .with3cols .img_left {
        width: 20%;
        max-width: 80px;
    }

    .highlight .with3cols .text {
        width: 80%;
        padding: 0 20px;
        font-size: 1.2em;
    }

.highlight .img_left, .highlight .text {
    float: left;
}

.products .col {
    float: left;
}

.order h3 {
    font-size: 16px;
}

.products .with3cols {
    width: 33%;
    float: left;
    padding-top: 3px;
    padding-bottom: 3px;
}

    .products .with3cols .img_left {
        width: 30%;
        max-width: 96px;
    }

    .products .with3cols .text {
        width: 70%;
        padding: 0 20px;
        font-size: 1.2em;
    }

.js .products .with3cols:hover {
    cursor: pointer;
    background-color: #e5e7e9;
	border-radius:10px;
}

.products a {
    color: #143665;
}

    .products a:hover {
        color: #104690;
        cursor: pointer;
    }

.products .img_left, .products .text {
    float: left;
}

.pricing-table {
    border-collapse: separate;
    border-spacing: 0;
    border-top-width: 5px;
    margin-bottom: 20px;
    margin-bottom: 20px;
    background: #f9f9f9;
    color: #333;
    width: 100%;
    border: 1px solid #c1c7cc;
}

    .pricing-table th {
        padding: 6px 15px;
        background: #206cb5;
        color: #FFF;
        text-align: left;
    }

    .pricing-table h3 {
        margin-bottom: 0px;
    }

    .pricing-table td {
        padding: 6px 15px;
        border-top: 1px solid #dbdee1;
    }

    .pricing-table .border-left {
        border-left: solid 1px #efefef;
    }

    .pricing-table .description {
        text-align: left;
    }

    .pricing-table tr.alt {
        background-color: #F9F9F9;
    }


.img_text {
    width: 100%;

}
    .img_text .img_left {
        width: 10%;
        max-width:32px; 
        float: left;
    }

    .img_text .text {
        padding: 0 20px;
        font-size: 1.0em;
        width: 90%;
        float: left;
    }


.img120 .img_left {
    width: 20%;
    max-width: 120px;    
    float: left;
}

.text80 .text {
    padding: 0 20px;
    font-size: 1.0em;
    font-style:italic;
    width: 80%;
    float: left;
}

.coupon {
    background: url(../_images/xmas/bg.jpg) repeat-x;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	padding-bottom: 40px;
}

.rebate {
    margin-top: -10px;
    margin-bottom: -20px;
    max-width: 100%;
}

.coupon-text {
    padding-top: 70px;
}

.coupon .highlight-text-v2 {
    color: #bd1920;
	font-weight: 600;
	font-size: 1.1rem;
}

.coupon i {
	font-style: italic;
	color: #999;
}

.table-licenses {
	border: 1px solid #d7d7d7;
}

.table-licenses thead {
	background-color: #efefef;
}

.table-licenses td {
	padding: 5px 10px 5px 10px;
}

.table-licenses tr {
	border-bottom: 1px solid #d7d7d7;
}

.table-licenses td {
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
}

.table-licenses td:nth-of-type(2), .table-licenses td:nth-of-type(3) {
	text-align: right;
}

.border1 {
    border: 3px solid #818181;
}

.button-bar-1 {
  font-weight: 600;
  font-size: 1.25rem;
  font-style: italic;
}

.button-2 {
  background-color: #679142;
  color: #fff !important;
  display: inline-block;
  transition: background 0.2s ease-out 0s;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.12) inset;
  font-size: 1.2rem;
  line-height: normal;
  border-radius: 5px;
  border: none;
  padding: 10px 14px;
  margin-bottom: 5px;
  cursor: pointer;
  outline: none;
  white-space: nowrap;
  background-color: #636369;
}

.row-bg-2 {
  background-color: #cdced1;
  border-top: 1px solid #c4bfba;
  text-align: center;
}

.table-cmd h2 {font-weight:bold; font-size:15px; border-bottom:1px dashed #cecece; margin:30px 10px 10px 0px;}
	
.table-cmd table {border:0px; width: 90%; border-spacing:3px}
.table-cmd .col1 {width:30%}
.table-cmd .col2 {width:70%}
.table-cmd td {background-color:#ebebeb; padding:2px}
.table-cmd th {text-align:left}

.info {
	font-style: italic;
	color: gray;
}