/*! normalize.css v1.0.2 | MIT License | git.io/normalize */ article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}html,button,input,select,textarea{font-family:sans-serif}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}h2{font-size:1.5em;margin:.83em 0}h3{font-size:1.17em;margin:1em 0}h4{font-size:1em;margin:1.33em 0}h5{font-size:.83em;margin:1.67em 0}h6{font-size:.67em;margin:2.33em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}blockquote{margin:1em 40px}dfn{font-style:italic}mark{background:#ff0;color:#000}p,pre{margin:1em 0}code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:'';content:none}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}dl,menu,ol,ul{margin:1em 0}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}nav ul,nav ol{list-style:none;list-style-image:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal;*margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {     background: #b3d4fc;     text-shadow: none; } ::selection {     background: #b3d4fc;     text-shadow: none; } hr {     display: block;     height: 1px;     border: 0;     border-top: 1px solid #ccc;     margin: 1em 0;     padding: 0; } img {     vertical-align: middle; } fieldset {     border: 0;     margin: 0;     padding: 0; } textarea {     resize: vertical; } .ir {     background-color: transparent;     border: 0;     overflow: hidden;     *text-indent: -9999px; } .ir:before {     content: "";     display: block;     width: 0;     height: 100%; } .clearfix:before, .clearfix:after {     content: " ";     display: table; } .clearfix:after {     clear: both; } .clearfix {     *zoom: 1; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
    visibility: hidden;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        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) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}





/* EIGENE STYLES */

* {box-sizing:border-box;}


a {
	color:#FCCA2E;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

html, button, input, select, textarea{
	font-family:Verdana, sans-serif;
}

body{
	background:url("../img/bg.gif") repeat-x fixed 0 0 transparent;
	font-size:12px;
}

h1{
	color:#fff;
	text-transform:uppercase;
	font-family: 'Abel', sans-serif;
	line-height: 50px;
	font-size: 50px;
	font-weight:normal;
	margin:0;
	margin-top:-10px;
}

h1 span{
	color:#FEC80E;
}

h2{
	color:#1C3C5C;
	text-transform:uppercase;
	text-align:center;
	font-family: 'Abel', sans-serif;
	font-weight:normal;
}

h3, h4{
	font-family: 'Abel', sans-serif;
}

table{
	width:100%;
}

ul{
	margin:0;
	padding:0;
	list-style-type:none;
}

body{
	background:#ededed;
	font-family: 'Open Sans', sans-serif;
}

#wrapper{
	max-width:1000px;
	margin:0 auto;
	background:#fff;
	box-shadow:0 0 20px 0px rgba(0,0,0,0.1);
	overflow:hidden;
}

/* Header */

#header_top{
	overflow:hidden;
	padding:24px;
}

#logo{
	float:left;
}

#trustedshop{
	float:right;
}

#header_bottom{
	background:url("../img/header.png") no-repeat 100% 50%;
	padding:47px;
	height:336px;
}

header h2{
	color:#fff;
	text-transform:inherit;
	text-align:left;
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	font-weight:bold;
}

body.fixed_nav {
	padding-top:90px;
}

.fixed_nav #header_top{
	position: fixed;
	z-index:999;
	background: rgb(255, 255, 255) none repeat scroll 0% 0%;
	width: 100%;
	left: 0;
	top:0;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.22);
	padding: 10px 0;
}

.fixed_show {display:none;}

.fixed_nav #header_top .fixed_show{
	display:inline-block;
}

.fixed_nav #header_top .fixed_show.button{
	float:right;
	padding: 8px 50px;
}

.fixed_nav #trustedshop {
	margin-left:30px;
	padding:7px;
	background:#F3F3F3;
	border-radius:30px;
	width:200px;
}

.fixed_nav #trustedshop img{
	float:left;
}

.fixed_nav .note,  .fixed_nav .sehrgut{
	float:left;
	clear:right;
	width:120px;
	text-align:center;
}

.fixed_nav .note{
	color: #7F7F7F;
	font-size:11px;
	margin-top:5px;
}

.fixed_nav .sehrgut{
	color: #333;
	font-size:16px;
}

#header_top_inner{
	max-width:1000px;
	margin:0 auto;
}

#kalender{
	float:left;
	margin-left:47px;
	margin-top:-150px;
}

#kalender img{
	position:relative;
}

#kalender3{
    	margin-right: -90px;
    margin-left: 80px;
	z-index:20;
    transform: matrix(0.9994, -0.0349, 0.0349, 0.9994, -5, 3)

}

#kalender2{
	margin-right: -70px;
	z-index:10;
	margin-top:-50px;
	transform: matrix(0.9986, 0.0523, -0.0523, 0.9986, 9, -7);

}

#kalender1{
     	z-index:30;
        margin-top: 200px;
     margin-left: -100px;
	transform: matrix(0.9986, 0.0523, -0.0523, 0.9986, 9, -7);

}

button, .button{
	border-radius:30px;
	padding:5px 40px;
	background:#FCBF02;
	color:#fff !important;
	text-decoration:none !important;
	cursor:pointer;
	text-transform:uppercase;
	border:none;
	font-family: 'Abel', sans-serif;
	font-size:27px;
}

button:hover, .button:hover{
	background:#fcca2e;
}

#info_box{
	float:right;
	margin-top:-10px;
	margin-right:47px;
}

#info_box a{
	color:#00F;
}

#info_box p{
	color:#7F7F7F;
}

#pluspunkte li{
	padding-left:30px;
	background:url("../img/stern.gif") no-repeat 0 50%;
	font-size: 15px;
	padding-top:5px;
	padding-bottom:5px;
	color:#1C3C5C;
}

/* Navi / Filter */

#filter{
	overflow:hidden;
	width:100%;
}

#filter strong{
	display:block;
	text-align:center;
	text-transform:uppercase;
	color: #1C3C5C;
	font-size: 20px;
	font-family: abel,sans-serif;
	font-weight: normal;
}

#filter ul{
	margin:0;
	padding:0;
	overflow:hidden;
}

#filter li{
	width:25%;
	float:left;
	margin:0;
}

#filter li a{
	color:#fff;
	background:#1C3C5C;
	border:1px solid #1C3C5C;
	color:#fff;
	text-align:center;
	display:block;
	text-decoration:none;
	line-height:50px;
	font-family: 'Abel', sans-serif;
	font-size:20px;
}

#filter li.act a, #filter li a:focus{
	color:#1C3C5C;
	background:#FCCA2E;
	border:1px solid #FCCA2E;
}

#filter li a:hover{
	color:#FCCA2E;
	background:#fff;
}

/* Produkte / Content */

#content{
	padding:20px 30px;
}

#produkte {
	padding-bottom:30px;
	overflow:hidden;
}

h2.line{
	clear:both;
	display: flex;
	flex-direction: row;
	justify-content: center;
	text-align: center;
	font-size:20px;
}

h2.line:before, h2.line:after {
	background-color: #1C3C5C;
	content: '\a0';
	flex-grow: 1;
	height: 1px;
	position: relative;
	top: 0.7em;
}

h2.line:before {
	margin-right:10px;
}

h2.line:after {
	margin-left:10px;
}

.produkt button, .produkt .button{
	background:#FF4A0E;
}

.produkt button:hover, .produkt .button:hover{
	background:#FCBF02;
}

.produkt{
	background:#F9F9F9;
	width:31%;
	margin-right:1%;
	margin-left:1%;
	margin-top:1%;
	margin-bottom:1%;
	float:left;
	padding:35px;
	color: #1C3C5C;
	height:910px;
}

.produkt h2{
	text-align:left;
	font-weight:bold;
	text-transform:none;
	font-size:20px;
	line-height:24px;
	border-bottom:1px solid #C0C0C0;
	padding-bottom:10px;
	min-height: 3em;
}

.produkt a{
	text-transform:uppercase;
	font-family: 'Abel', sans-serif;
	font-size: 13px;
}

.produkt .produkt_info{
	font-size: 14px;
}

.produkt button, .produkt .button{
	margin:0 auto;
	display:block;
	width:156px;
	font-size:18px;
	padding:5px 15px;
	margin-bottom:15px;
	margin-top:15px;
	text-align:center;
}

.produkt_pluspunke li{
	margin-left:30px;
	border-bottom:1px solid #ccc;
	margin-top:10px;
}

.produkt_pluspunke li:before{
	content:"";
	display:block;
	height:18px;
	width:18px;
	float:left;
	background:url(../img/plus_gelb.gif) no-repeat 0 2px;
	margin-left:-30px;
}

.cover {
	position:relative;
}


.cover img{
	margin:0 auto;
	max-width:218px;
	height:auto;
	display:block;
	width:auto;
}

.stern_preis{
	background:url(../img/stern_preis.png) no-repeat 50% 50%;
	height:115px;
	width:111px;
	padding-top:40px;
	text-align:center;
	font-size:22px;
	font-family: 'Abel', sans-serif;
	position:absolute;
	top:-20px;
	right:-30px;
}

.stern_preis span{
	font-size:18px;
	margin-right:0.125em;
}

.produkt_desc{
	margin-left:30px;
	margin-right: -2px;
}

/* Slider */

#slider_wrap{
	overflow:hidden;
	padding: 0;
	margin-top:30px;
}

#slider{
	min-height:500px;
	margin:0 -50px;
}

.slider_item{
	width:33.3333%;
	text-align:center;
}

.slider_item img{
	margin:0 auto;
	display:block;
	margin-top:20px;
	width:160px;
	height:auto;
	-webkit-transition: width 0.2s ease-in-out;
    -moz-transition: width 0.2s ease-in-out;
    -o-transition: width 0.2s ease-in-out;
    transition: width 0.2s ease-in-out;
}

.slider_item h3{
	font-size:20px;
	color: #1C3C5C;
	margin:0;
}

.slider_item h4{
	text-transform:uppercase;
	font-weight:normal;
	font-size:15px;
	color: #1C3C5C;
	margin:0;
}

.slider_item a{
	display:block;
}

.slider_item a:hover{
	text-decoration:none;
	opacity:0.9;
}

.slick-current img{
	margin-top:0px;
	width:220px;
	height:auto;
}

.prevArrow, .nextArrow{
	position:absolute;
	z-index:999;
	cursor:pointer;
	top:150px;
}

.prevArrow:hover, .nextArrow:hover{
	opacity:0.9;
}

.prevArrow{
	left:50px;
}

.nextArrow{
	right:50px;
}

/* Kundenmeinungen */

#kundenmeinungen{
	background:#F3A00F;
	color:#fff;
	overflow:hidden;
}

#kundenmeinungen img{
	float:left;
}

#kundenmeinungen blockquote{
	float:left;
	width: calc(100% - 340px);
}

#kundenmeinungen h2{
	color:#fff;
	border-bottom:1px solid #fff;
	text-align:left;
	font-size:26px;
}

#kundenmeinungen p{
	font-size:15px;
}


/* Footer */

footer{
	background:#1C3C5C;
	color:#DCDCDC;
	overflow:hidden;
	padding:30px;
	padding-bottom:40px;
	margin-bottom:5px;
}

footer a{
	color:#DCDCDC;
	text-decoration:none;
}

footer a:hover, footer a:focus{
	text-decoration:underline;
}

footer ul{
	float:left;
	font-size:14px;
	margin-bottom:49px;
}

footer li{
	display:inline-block;
}

footer li:after{
	content:"|";
	margin-left:0.25em;
}

footer li.last:after{
	content:"";
}

#copy{
	clear: both;
	position: relative;
	top: 50px;
}

#footerzahlung, #trustedshopszertifikat {
	float:right;
}

#bottom_line {
	float:left;
	width:calc(100% - 220px);
}


/* To Top Button */

#totop {
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 100px;
    right: 100px;
    z-index: 999;
    background: #007677 url(../img/totop.png) no-repeat scroll center center;
    display: none;
    cursor: pointer;
}

/* Scroll Down Button */

.graphodata-catlevel {
    opacity: 0;
    position: fixed;
    margin-left: -110px;
    width: 220px;
    left: 50%;
    background: #59595B none repeat scroll 0% 0%;
    color: #FFF;
    bottom: 60px;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 10px;
    z-index: 9999;
    text-align: center;
    box-shadow: 0px 0px 10px 0px #555;
    border-radius: 10px;
	font: 14px Arial,Helvetica,sans-serif;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.graphodata-catlevel span {
    padding: 0px 20px;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/* MEDIA QUERYS */

@media only screen and (max-width: 1000px) {
	#header_top_inner{
		padding-left:30px;
		padding-right:30px;
	}
}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
	.produkt{
		width:48%;
	}
	.cover img {
	    max-width: 100%;
	}
	h1 {
		line-height: 40px;
		font-size: 40px;
		margi: -10px 0px 0px;
	}
	#kalender {
		margin-left: 10px;
	}


	#bottom_line {
		width: 100%;
	}
	#copy{top:180px;}
	.fixed_nav #header_top .fixed_show.button{float:none;}
	#totop {
		width: 50px;
		height: 50px;
		bottom: 80px;
		right: 80px;
	}
}

@media only screen and (max-width: 870px) {
	#info_box{
		float:none;
		margin:0 auto;
		clear:both;
		width:320px;
		margin-bottom:30px;
		margin-bottom: 310px;
	}
	#kalender {
		margin-top: -860px;
	}
img {
    vertical-align: middle;
    width: 100%;
}
#kalender3{
    	margin-right: -90px;
    	margin-left: 80px;
    	z-index:20;
    	transform: matrix(0.9994, -0.0349, 0.0349, 0.9994, -5, 3);
    	width: 30%;
}

#kalender2{
	margin-right: -70px;
	z-index:10;
	margin-top:-50px;
	transform: matrix(0.9986, 0.0523, -0.0523, 0.9986, 9, -7);
width: 30%;
}

#kalender1{
     	z-index:30;
        margin-top: 200px;
     margin-left: -100px;
	transform: matrix(0.9986, 0.0523, -0.0523, 0.9986, 9, -7);
width: 50%;
}


	#header_bottom{
		margin-top:520px;
		background-size:contain;
		padding:0 47px;
		
	}

	#kalender {
		margin-right: auto;
		margin-left: auto;
		width: 500px;
		float:none;
	}
	#kundenmeinungen h2 {
	    font-size: 22px;
	}
	#kundenmeinungen p {
		font-size: 13px;
	}
	h1{
		padding-top: 100px;
	}
	h1, header h2{
		text-shadow: 1px 1px 2px rgba(39, 99, 125, 1);
	}
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	.produkt{
		width:100%;
		margin-left:0;
		margin-right:0;
		height:auto;
	}
	h1 {
		line-height: 35px;
		font-size: 35px;
	}
	.header_bottom h1, .header_bottom h2{
		text-shadow: 1px 1px 1px #267FAB;
	}
	#copy{top:210px;}
	#totop {
		width: 40px;
		height: 40px;
		bottom: 30px;
		right: 30px;
	}
	.note, .sehrgut {display:none !important;}
	.fixed_nav #trustedshop {
		margin-left: 0;
		padding: 0;
		background: none;
		border-radius: 0;
		width: auto;
	}


}

@media only screen and (max-width: 600px) {
	#header_bottom {
	    padding: 47px 20px;
	}
	h1 {
		line-height: 30px;
		font-size: 30px;
	}
	header h2 {
		font-size: 13px;
		max-width:70%;
	}
	header h2 br {
		display:none;
	}
	#copy{top:220px; margin-left:-10px; margin-right:-10px;}
	h1{
		padding-top: 70px;
	}

}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	.kundenmeinung img{display:none;}
	#kundenmeinungen blockquote {
		width: auto;
		margin: 1em 30px;
	}
	h1 {
		line-height: 22px;
		font-size:22px;
		padding-top: 80px;
	}
	header h2 {
		font-weight:normal;
		margin-top:0px;
	}
	#info_box{
		max-width:100%;
		padding: 0 10px;
	}
	#info_box .button{
		width:100%;
		text-align:center;
		display:block;
	}
	#filter li a {
		font-size: 14px;
	}
	#logo img{
		max-width:120px;
	}
	#trustedshop img{
		max-width:30px;
	}
	footer ul {
		margin-bottom: 0;
	}
	.fixed_nav #header_top .fixed_show.button{
		padding: 4px 0;
		width:calc(100% - 20px);
		margin:0 10px !important;
	}
	#kalender1 {
		margin-left:-60px; 
width: 30%;
	}
	#header_top_inner {
		padding: 0;
	}
}
.butn {
  background: #ffcb2e;
  background-image: -webkit-linear-gradient(top, #ffcb2e, #ffcb2e);
  background-image: -moz-linear-gradient(top, #ffcb2e, #ffcb2e);
  background-image: -ms-linear-gradient(top, #ffcb2e, #ffcb2e);
  background-image: -o-linear-gradient(top, #ffcb2e, #ffcb2e);
  background-image: linear-gradient(to bottom, #ffcb2e, #ffcb2e);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.butn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
.butna {
  background: #ff4a0e;
  background-image: -webkit-linear-gradient(top, #faa032, #faa032);
  background-image: -moz-linear-gradient(top, #faa032, #faa032);
  background-image: -ms-linear-gradient(top, #faa032, #faa032);
  background-image: -o-linear-gradient(top, #faa032, #faa032);
  background-image: linear-gradient(to bottom, #ff4a0e, #faa032);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.butna:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

